:root {
  --charcoal-50: #f6f6f6;
  --charcoal-100: #e7e7e7;
  --charcoal-200: #d1d1d1;
  --charcoal-300: #b0b0b0;
  --charcoal-400: #888;
  --charcoal-500: #6d6d6d;
  --charcoal-600: #5d5d5d;
  --charcoal-700: #4f4f4f;
  --charcoal-800: #454545;
  --charcoal-900: #1a1a1a;
  --charcoal-950: #0d0d0d;
  --gold-50: #faf9f4;
  --gold-100: #f3f0e1;
  --gold-200: #e6ddb6;
  --gold-300: #d4c58a;
  --gold-400: #c4ad64;
  --gold-500: #b6994a;
  --gold-600: #a0863d;
  --beige-50: #fdfcfa;
  --beige-100: #f9f5f0;
  --shadow-soft: 0 4px 12px -4px rgb(0 0 0 / 6%), 0 8px 24px -8px rgb(0 0 0 / 10%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');


@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format('woff2');
  unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}



* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  overflow-x: clip;
  background: #fff;
  color: var(--charcoal-800);
}

img {
  display: block;
  max-width: 100%;
}

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

.page-shell {
  width: min(100%, 1280px);
  max-width: 1280px;
  margin: 0 auto;
}

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid var(--charcoal-100);
  background: rgb(255 255 255 / 95%);
  backdrop-filter: blur(12px);
}

.header-inner,
.footer-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.rich-copy{
  max-width: 48rem !important;
}

.page-shell.split-grid.align-start{
  display: block;
}

.brand,
.header-actions,
.button-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  gap: 12px;
  color: var(--charcoal-900);
  font-size: 18px;
  font-weight: 600;
}

.brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--charcoal-700);
  font-size: 14px;
  font-weight: 500;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
}

.button-dark {
  background: var(--charcoal-900);
  color: #fff;
}

.button-dark:hover {
  background: var(--charcoal-800);
  box-shadow: var(--shadow-soft);
}

.button-gold {
  background: var(--gold-500);
  color: var(--charcoal-900);
}

.button-gold:hover {
  background: var(--gold-400);
}

.button-outline-dark {
  border-color: var(--charcoal-600);
  color: #fff;
}

.button-outline-dark:hover {
  border-color: #fff;
  background: var(--charcoal-800);
}

.full-width {
  width: 100%;
}

.section {
  padding: 128px 0;
}

.section-muted {
  background: var(--charcoal-50);
}

.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--charcoal-900);
  color: #fff;
}

.hero {
  min-height: 95dvh;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .25;
}

.hero-overlay {
  background: linear-gradient(90deg, var(--charcoal-900), rgb(26 26 26 / 30%), rgb(26 26 26 / 60%));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 160px;
}

.hero-content > * {
  max-width: 760px;
}

/* .hero .pill {
  display: none;
} */

.pill {
  display: inline-flex;
  width: auto;
  margin: 0 0 24px;
  padding: 9px 16px;
  border: 1px solid rgb(182 153 74 / 40%);
  border-radius: 999px;
  background: rgb(182 153 74 / 20%);
  color: var(--gold-300);
  font-size: 14px;
  font-weight: 500;
  font-size: 14px;
  /* border-color: #b6994a66; */
  border: 1px solid #b6994a66;
  display: flex;
  align-items: center;
  gap: 8px;
width: max-content;
line-height: 20px;
}

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

h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-bottom: 28px;
  color: var(--charcoal-900);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.18;
}

.section-dark h2 {
  color: #fff;
}

h3 {
  margin-bottom: 12px;
  color: var(--charcoal-900);
  font-size: 20px;
  font-weight: 600;
}

.section-dark h3 {
  color: #fff;
}

.hero-kicker {
  margin-bottom: 24px;
  color: var(--gold-400);
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 500;
}

.hero-copy,
.rich-copy,
.muted-copy,
.center-copy,
.section-heading p,
.driver-card p,
.why-card p {
  color: var(--charcoal-600);
  font-size: 18px;
  line-height: 1.7;
      max-width: 36rem;
}
.customer-card{
    strong{
        font-weight: 500 !important;
    }
}

.hero-copy,
.section-dark .muted-copy {
  color: var(--charcoal-300);
}

.large {
  font-size: 18px;
}

.rich-copy {
  margin-bottom: 40px;

  h3{
    font-size: 19px;
    line-height: 1.625;
    font-weight: 300;
  }
  h4{
        font-size: 17px;
    line-height: 1.625;
    font-weight: 300;
    margin-top: 10px;
  }
}

.rich-copy p {
  margin-bottom: 20px;
}

.rich-copy strong {
  color: var(--charcoal-900);
  font-size: 18px;
}

.eyebrow,
.mini-label {
  margin-bottom: 16px;
  color: var(--charcoal-500);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.eyebrow-gold {
  color: var(--gold-600);
}

.eyebrow-muted {
  color: var(--charcoal-400);
}

.mini-label {
  margin-top: 28px;
  color: var(--gold-400);
}

.mini-label.dark {
  margin: 18px 0 10px;
  color: var(--charcoal-500);
}

.stats-band {
  border-bottom: 1px solid var(--charcoal-100);
  background: #fff;
  overflow-x: hidden;
}

.hero-stats-band {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 0;
  background: transparent;
  transform: translateY(-10px);
}

.hero-stats-band .stats-grid {
  width: min(calc(100% - 12rem), 1248px);
  max-width: 1280px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 14px;
  background: rgb(255 255 255 / 8%);
  box-shadow: 0 24px 80px rgb(0 0 0 / 20%);
  backdrop-filter: blur(16px);
  gap: 30px;
  
  
}

.hero-stats-band .page-shell.stats-grid {
  padding: 15px 13px !important;
}
.hero-stats-band .stat-card:hover{
  background-color: rgba(255, 255, 255, 0.059);
  
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-card {
  min-height: 188px;
  padding: 48px 32px;
  border-left: 1px solid var(--charcoal-100);
  text-align: center;
}

.hero-stats-band .stat-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 18px;
  min-height: 0;
  padding: 15px 13px !important;
  border-left: 0;
  text-align: left;
  border-radius: 12px;
  transition: .2s;
  cursor: pointer;
}

.hero-stats-band .stat-card > div {
  justify-content: flex-start !important;
}

.hero-stats-band .stat-card .round-icon {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  background: rgb(182 153 74 / 18%);
  color: var(--gold-400);
  border-radius: 15px;
}

.stat-card:first-child {
  border-left: 0;
}

.stat-card strong {
  display: block;
  margin: 16px 0 8px;
  color: var(--charcoal-900);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 600;
}

.hero-stats-band .stat-card strong {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.stat-card span:last-child {
  display: block;
  color: var(--charcoal-500);
  font-size: 14px;
  line-height: 1.35;
}

.hero-stats-band .stat-card span:last-child {
  color: var(--charcoal-300);
  font-size: 14px;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 96px;
  align-items: center;
}

.framed-image,
.layout-image {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: 2px;
}

.framed-image img,
.layout-image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
}
button,a:not(.partner-overlay){
  border-radius: 12px !important;
}

.framed-image::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -24px;
  z-index: -1;
  width: 144px;
  height: 144px;
  border-radius: 2px;
  background: var(--gold-100);
}

.framed-image::after {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: -1;
  width: 96px;
  height: 96px;
  border: 1px solid var(--charcoal-200);
  border-radius: 2px;
}

.section-heading {
  width: min(100%, 680px);
  margin: 0 auto 64px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  *{
    text-align: center;
  }
  p{
    font-size: 12px !important;
  }
  h2{
    font-size: 36px;
    margin-bottom: 0px;
  }
}
.div_img{
    color: rgb(196 173 100 / var(--tw-text-opacity, 1));
    height: 48px;
    width: 48px;
    border-radius: 2px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(182, 153, 74, 0.4);
    margin-bottom: 20px;

    img{
        height: 24px;
        width: 24px;
    }
}

.amenity-icon{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    img{
        height: 24px;
        width: 24px;
    }
}

.section-heading.compact {
  margin-bottom: 48px;
}

.two-cards,
.driver-grid,
.why-grid {
  display: grid;
  gap: 32px;
}

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

.feature-panel {
  padding: 48px;
  border: 1px solid var(--charcoal-100);
  border-radius: 2px;
  background: var(--charcoal-50);
}

.feature-panel h3 {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.check-list,
.plain-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  margin-bottom: 16px;
  color: var(--charcoal-700);
  display: flex;
  align-items: center;
  gap: 12px;
}


.check-list svg,
.plain-list svg {
  margin-top: 2px;
  color: var(--gold-500);
}

.dot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.dot-grid span,
.plain-list li {
  position: relative;
  padding-left: 16px;
}

.dot-grid span {
  color: var(--charcoal-300);
  font-size: 14px;
}

.dot-grid span::before,
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
}

.layout-image img {
  opacity: .8;
}

.layout-image figcaption {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  max-width: 340px;
  padding: 16px 24px;
  border: 1px solid var(--charcoal-700);
  border-radius: 2px;
  background: rgb(26 26 26 / 80%);
  backdrop-filter: blur(10px);
  color: #fff;
  font-weight: 600;
}

.layout-image figcaption span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-400);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.leasing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.lease-option,
.driver-card,
.why-card,
.customer-card,
.brand-grid span {
  border-radius: 2px;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.lease-option {
  padding: 32px;
  background: var(--beige-50);
}

.lease-option:hover {
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.gold-text {
  color: var(--gold-600);
  font-size: 14px;
  font-weight: 600;
}

.option-note {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--charcoal-100);
  color: var(--charcoal-500);
  font-size: 13px;
  font-style: italic;
}

.center-action {
  margin-top: 40px;
  text-align: center;
}

.driver-grid {
  grid-template-columns: repeat(3, 1fr);
}

.driver-card {
  padding: 40px;
  border: 1px solid var(--charcoal-100);
  background: #fff;
}

.driver-card:hover {
  box-shadow: var(--shadow-soft);
}

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

.brand-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px;
  border: 1px solid var(--charcoal-100);
  background: var(--beige-50);
  color: var(--charcoal-700);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.brand-grid span:hover {
  border-color: var(--charcoal-200);
  background: var(--beige-100);
}

.customer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: min(100%, 960px);
  margin: 0 auto 40px;
}

.customer-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid var(--charcoal-100);
  background: #fff;
}

.center-copy {
  width: min(100%, 680px);
  margin: 0 auto;
  text-align: center;
}

.why-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.why-card {
  display: flex;
  gap: 20px;
  padding: 32px;
  background: var(--beige-50);
}

.why-card:hover {
  background: var(--beige-100);
}

.display-heading {
  font-size: clamp(40px, 5vw, 60px);
}

.contact-card {
  padding: 48px;
  border-radius: 2px;
  background: #fff;
  color: var(--charcoal-800);
}

.profile {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--charcoal-100);
}

.profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.profile h3 {
  margin-bottom: 6px;
  color: black;
}

.profile p {
  margin-bottom: 4px;
  color: var(--charcoal-500);
  font-size: 14px;
}

.profile span {
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 700;
}

.contact-links {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

.contact-links a {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--charcoal-100);
  border-radius: 2px;
  background: var(--beige-50);
}

.contact-links a:hover {
  background: var(--beige-100);
}

.contact-links .gold-link {
  border-color: var(--gold-200);
  background: var(--gold-50);
}

.contact-links small,
.contact-links strong {
  grid-column: 2;
}

.contact-links small {
  color: var(--charcoal-500);
}

.contact-links strong {
  color: var(--charcoal-900);
  font-size: 14px;
}
  
.site-footer {
  background: var(--charcoal-950);
  color: var(--charcoal-500);
}

.footer-inner {
  min-height: 72px;
  font-size: 14px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-inner a:hover {
  color: #fff;
}

.round-icon,
.square-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.round-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold-50);
  color: var(--gold-600);
}

.round-icon.soft {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  background: var(--beige-100);
  color: var(--charcoal-600);
}

.round-icon.mini {
  width: 40px;
  height: 40px;
    svg{
    width: 16px;


  }
  img{
        width: 24px;
        height: 24px;
  }
}

.round-icon.dark {
  background: var(--charcoal-900);
  color: #fff;
}

.round-icon.gold-fill {
  background: var(--gold-500);
  color: var(--charcoal-900);
}

.square-icon {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: var(--charcoal-900);
  color: #fff;
  vertical-align: middle;
}

.square-icon.gold {
  background: var(--gold-500);
}

.square-icon.light {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border: 1px solid var(--charcoal-100);
  background: #fff;
  color: var(--charcoal-600);
}

.why-card .square-icon.light {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  color: var(--gold-600);
}

.round-icon::before,
.square-icon::before {
  font-size: 18px;
  font-weight: 700;
}

.icon-users::before { content: "U"; }
.icon-car::before { content: "C"; }
/* .icon-store::before { content: "S"; } */
.icon-nav::before { content: "N"; }
/* .icon-building::before { content: "B"; } */
/* .icon-briefcase::before { content: "O"; } */
.icon-trend::before { content: "T"; }
.icon-pin::before { content: "P"; }
.icon-eye::before { content: "E"; }
.icon-phone::before { content: "P"; }
.icon-zap::before { content: "W"; }
.icon-mail::before { content: "M"; }

@media (max-width: 1100px) {
  .page-shell {
    padding: 0 48px;
  }

  .split-grid {
    gap: 64px;
  }

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

  .brand-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 820px) {
  .page-shell {
    padding: 0 24px;
  }

  .section {
    padding: 88px 0;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand span,
  .back-link {
    display: none;
  }

  .button {
    padding: 14px 20px;
  }

  .button-row,
  .header-actions {
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .hero-stats-band {
    padding-bottom: 48px;
  }

  .hero-stats-band .stats-grid {
    width: calc(100% - 48px);
    grid-template-columns: repeat(2, 1fr);
  }

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

  .stat-card {
    border-top: 1px solid var(--charcoal-100);
  }

  .hero-stats-band .stat-card {
    border-top: 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .stat-card:nth-child(odd) {
    border-left: 0;
  }

  .split-grid,
  .two-cards,
  .driver-grid,
  .customer-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .leasing-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .feature-panel,
  .driver-card,
  .contact-card,
  .lease-option,
  .why-card {
    padding: 28px;
  }

  .dot-grid,
  .brand-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}


.compact-button {
  padding: 12px 24px;
}

.button-light {
  background: #fff;
  color: var(--charcoal-900);
}

.button-light:hover {
  background: var(--beige-100);
}

.button-light.bordered {
  border-color: var(--charcoal-200);
}

.align-start {
  align-items: start;
}

.property-hero {
  position: relative;
  min-height: 90dvh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal-950);
}

.property-hero-image,
.property-hero-shade {
  position: absolute;
  inset: 0;
}

.property-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-hero-shade {
  background: linear-gradient(0deg, var(--charcoal-950), rgb(13 13 13 / 62%), rgb(26 26 26 / 30%));
}

.property-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 72px;
}

.property-intro {
  width: min(100%, 780px);
  margin-bottom: 48px;
}

.property-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  color: var(--charcoal-300);
}

.property-location span {
  color: var(--gold-400);
  font-weight: 700;
}

.property-stat-grid,
.dark-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.property-stat-grid article {
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 2px;
  background: rgb(255 255 255 / 10%);
  backdrop-filter: blur(12px);
}

.property-stat-grid strong,
.dark-stat-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.property-stat-grid span,
.dark-stat-grid span {
  color: var(--charcoal-300);
  font-size: 12px;
}

.lead-copy {
  font-size: 18px;
}

.info-panel {
  overflow: hidden;
  border: 1px solid var(--charcoal-100);
  border-radius: 2px;
  background: var(--charcoal-50);
}

.info-title {
  padding: 16px;
  background: var(--charcoal-900);
  color: rgb(255 255 255 / 70%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1rem;
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--charcoal-100);
}
.info-row *{
     line-height: 1rem;
}

.info-row span {
  flex: none;
  color: var(--charcoal-500);
  font-size: 14px;
}

.info-row strong {
  color: var(--charcoal-900);
  font-size: 14px;
  text-align: right;
  font-weight: 600;
}

.info-action {
  padding: 24px;
}

.project-highlights-section {
  background: var(--charcoal-50);
}

.detail-left-heading {
  align-items: flex-start;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.detail-left-heading * {
  text-align: left;
}

.project-highlight-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--charcoal-100);
  border-left: 1px solid var(--charcoal-100);
  column-gap: 30px;
  border-top: 1px soild #E7E7E7;
}

.project-highlight-row {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 82px;
  padding: 20px;
  border-right: 1px solid var(--charcoal-100);
  border-bottom: 1px solid var(--charcoal-100);
  background: #fff;
}

.project-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.project-highlight-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .72;
}

.project-highlight-row strong {
  color: var(--charcoal-800);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.dark-feature-card {
  padding: 24px;
  border: 1px solid var(--charcoal-700);
  border-radius: 2px;
  transition: background transform .25s ease, border-color .25s ease;

}

.dark-feature-card:hover {
  border-color: rgb(182 153 74 / 55%);
  background: var(--charcoal-800);
}
.dark-feature-card:hover .div_img{
  background-color: #b6994a1a;
}

.dark-feature-card p {
  margin: 0;
  color: var(--charcoal-400);
  font-size: 14px;
  line-height: 1.65;
}

.square-icon.outline {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid var(--charcoal-600);
  background: transparent;
  color: var(--gold-400);
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.amenity-card {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--charcoal-100);
  border-radius: 12px;
  background: var(--beige-50);
  text-align: center;
  transition: background .2s ease, box-shadow .2s ease;
}

.amenity-card:hover {
  background: var(--beige-100);
  box-shadow: var(--shadow-soft);
}

.amenity-card .round-icon {
  margin-bottom: 0;
}

.amenity-card strong {
  color: var(--charcoal-800);
  font-size: 14px;
  line-height: 1.3;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 16px;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;

  border-radius: 2px;
  background: var(--charcoal-100);
}

.gallery-item.tall {
  grid-row: span 2;
  
}
.gallery-item:nth-child(1){
    grid-row: span 2 / span 2
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
  border-radius: 5px;
}

.gallery-item img:nth-child(1) {
    transition: transform .6s ease;
    object-fit: cover;
}
.gallery-item:nth-child(1){
    
}
    

.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.gallery-item span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  transform: translateY(160%);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgb(255 255 255 / 92%);
  color: var(--charcoal-900);
  font-size: 12px;
  font-weight: 700;
  transition: transform .25s ease;
}

.gallery-item:hover span {
  transform: translateY(0);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 96px;
  background: rgb(13 13 13 / 94%);
}

.gallery-lightbox.show {
  display: flex;
}

.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox-figure {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(100%, 1120px);
  margin: 0;
}

.gallery-lightbox-figure img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 180px);
  object-fit: contain;
  box-shadow: 0 24px 70px rgb(0 0 0 / 45%);
}

.gallery-lightbox-figure figcaption {
  min-height: 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 22%);
  background: rgb(255 255 255 / 10%);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  background: rgb(255 255 255 / 20%);
  transform: translateY(-1px);
}

.gallery-lightbox-close {
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 46px;
  line-height: 1;
}

.gallery-lightbox-nav.prev {
  left: 28px;
}

.gallery-lightbox-nav.next {
  right: 28px;
}

.gallery-lightbox-count {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.notice-box {
  margin: 0 0 40px;
  padding: 18px;
  border: 1px solid var(--charcoal-100);
  border-radius: 2px;
  background: var(--beige-50);
  color: var(--charcoal-500);
  font-size: 14px;
  line-height: 1.65;
}

.location-grid,
.similar-grid,
.resource-grid {
  display: grid;
  gap: 20px;
}

.location-grid {
  grid-template-columns: repeat(4, 1fr);
}

.location-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--charcoal-100);
  border-radius: 2px;
  background: #fff;
}

.location-card:hover {
  box-shadow: var(--shadow-soft);
}

.location-card strong {
  color: var(--charcoal-800);
  font-size: 14px;
  line-height: 1.35;
}

.project-info-banner {
  padding: 72px 0;
  background: var(--charcoal-900);
  color: #fff;
}

.banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.banner-inner > div:first-child {
  max-width: 720px;
}

.banner-inner h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 36px);
}

.banner-inner p:not(.pill) {
  color: var(--charcoal-300);
  line-height: 1.7;
}

.resource-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 280px));
  justify-content: center;
}

.resource-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--charcoal-100);
  border-radius: 2px;
  background: #fff;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.resource-card:hover {
  border-color: var(--charcoal-200);
  box-shadow: var(--shadow-soft);
}

.resource-preview {
  position: relative;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--charcoal-50);
}

.resource-lines::before {
  content: "";
  position: absolute;
  inset: 48px 32px;
  opacity: .12;
  background:
    linear-gradient(var(--charcoal-400), var(--charcoal-400)) 0 0 / 70% 8px no-repeat,
    linear-gradient(var(--charcoal-400), var(--charcoal-400)) 0 24px / 62% 8px no-repeat,
    linear-gradient(var(--charcoal-400), var(--charcoal-400)) 0 48px / 54% 8px no-repeat,
    linear-gradient(var(--charcoal-400), var(--charcoal-400)) 0 72px / 46% 8px no-repeat;
}

.resource-preview > strong {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
}

.resource-accent {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #fff;
}

.resource-accent.blue { color: #2563eb; background: #eff6ff; border: 1px solid #dbeafe; }
.resource-accent.green { color: #16a34a; background: #f0fdf4; border: 1px solid #dcfce7; }
.resource-accent.purple { color: #9333ea; background: #faf5ff; border: 1px solid #f3e8ff; }
.resource-accent.amber { color: #d97706; background: #fffbeb; border: 1px solid #fef3c7; }
.resource-accent.orange { color: #ea580c; background: #fff7ed; border: 1px solid #ffedd5; }
.resource-accent.teal { color: #0d9488; background: #f0fdfa; border: 1px solid #ccfbf1; }
.resource-accent.slate { color: #475569; background: #f8fafc; border: 1px solid #e2e8f0; }
.resource-accent.rose { color: #e11d48; background: #fff1f2; border: 1px solid #ffe4e6; }

.resource-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.resource-body p {
  flex: 1;
  color: var(--charcoal-500);
  font-size: 14px;
  line-height: 1.6;
}
.currentColor{
    color: #C4AD64;
}

.ownership-card {
  width: min(100%, 1030px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--charcoal-200);
  border-radius: 2px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.ownership-card header,
.ownership-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
}

.ownership-card header {
  background: var(--charcoal-900);
  color: #fff;
}

.ownership-card header span {
  color: var(--charcoal-400);
  font-size: 12px;
}

.ownership-card footer {
  border-top: 1px solid var(--charcoal-100);
  background: var(--beige-50);
}

.ownership-card footer p {
  margin: 0;
  color: var(--charcoal-500);
  font-size: 14px;
}

.similar-grid {
   grid-template-columns: repeat(auto-fit, minmax(240px, 280px));
  justify-content: center;
}

.similar-card {
  overflow: hidden;
  border: 1px solid var(--charcoal-100);
  border-radius: 2px;
  background: #fff;
  transition: box-shadow .25s ease;
}
.page-shell.stats-grid{
  padding: 0 !important;
}

.similar-card:hover {
  box-shadow: var(--shadow-soft);
}

.similar-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.similar-card div {
  padding: 20px;
}

.similar-card h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.similar-card p {
  color: var(--charcoal-500);
  font-size: 13px;
}

.similar-card a {
  color: var(--charcoal-900);
  font-size: 13px;
  font-weight: 700;
}

.similar-card a:hover {
  color: var(--gold-600);
}

.property-contact-section {
  padding: 112px 0;
  background: var(--charcoal-950);
  color: #fff;
}

.property-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  align-items: center;
  gap: 88px;
}

.property-contact-copy h2 {
  max-width: 620px;
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
}

.property-contact-copy > p {
  max-width: 610px;
  margin: 0;
  color: var(--charcoal-400);
  font-size: 18px;
  line-height: 1.7;
}

.property-contact-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.property-contact-stats article {
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 2%);
}

.property-contact-stats span {
  display: block;
  margin-bottom: 8px;
  color: var(--charcoal-500);
  font-size: 14px;
}

.property-contact-stats strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.property-contact-card {
  padding: 48px;
  border-radius: 2px;
  background: #fff;
  color: var(--charcoal-900);
}

.property-contact-profile {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--charcoal-100);
}

.property-contact-profile img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.property-contact-profile h3 {
  margin: 0 0 6px;
  color: var(--charcoal-900);
  font-size: 24px;
}

.property-contact-profile p {
  margin: 0 0 6px;
  color: var(--charcoal-500);
  font-size: 16px;
}

.property-contact-profile span {
  color: var(--gold-600);
  font-size: 15px;
  letter-spacing: .08em;
}

.property-contact-links {
  display: grid;
  gap: 16px;
  margin: 34px 0;
}

.property-contact-links a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--charcoal-100);
  background: #fff;
  color: var(--charcoal-900);
}

.property-contact-links a.highlight {
  border-color: var(--gold-200);
  background: var(--gold-50);
}

.property-contact-links small {
  display: block;
  margin-bottom: 5px;
  color: var(--charcoal-500);
  font-size: 13px;
}

.property-contact-links strong {
  display: block;
  color: var(--charcoal-900);
  font-size: 16px;
}

.property-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.property-contact-icon.dark {
  background: var(--charcoal-950);
  color: #fff;
}

.property-contact-icon.gold {
  background: var(--gold-600);
  color: var(--charcoal-950);
}

.property-contact-card > .button + .button {
  margin-top: 14px;
}

.dark-stat-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
}

.dark-stat-grid article {
  padding: 18px;
  border: 1px solid var(--charcoal-700);
  border-radius: 2px;
}

.stack-actions {
  display: grid;
  gap: 12px;
}

.icon-route::before { content: "R"; }
.icon-shield::before { content: "S"; }
.icon-zap::before { content: "Z"; }
.icon-droplets::before { content: "D"; }
.icon-treepine::before { content: "T"; }
.icon-cloudrain::before { content: "C"; }
.icon-trees::before { content: "T"; }
.icon-school::before { content: "S"; }
.icon-mappin::before { content: "P"; }
.icon-star::before { content: "★"; }
.icon-trendingup::before { content: "T"; }
.icon-leaf::before { content: "L"; }
.icon-shoppingbag::before { content: "B"; }
.icon-utensils::before { content: "U"; }
.icon-bus::before { content: "B"; }
.icon-locatefixed::before { content: "L"; }
.icon-wifi::before { content: "W"; }
.icon-dumbbell::before { content: "G"; }
.icon-waves::before { content: "W"; }
.icon-checkcircle::before { content: "✓"; }
.icon-filetext::before,
.icon-file::before { content: "F"; }
.icon-home::before { content: "H"; }
.icon-download::before { content: "D"; }
.icon-bookopen::before,
.icon-book::before { content: "B"; }
.icon-map::before { content: "M"; }
.icon-award::before { content: "A"; }
.icon-creditcard::before,
.icon-card::before { content: "C"; }
.icon-settings::before { content: "S"; }

@media (max-width: 1100px) {
  .project-highlight-table {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .highlight-grid,
  .amenity-grid,
  .similar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .banner-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .property-contact-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .property-contact-card {
    width: min(100%, 620px);
  }
}

@media (max-width: 820px) {
  .project-highlight-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-highlight-row {
    min-height: 74px;
    padding: 18px 22px;
  }

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

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

  .gallery-lightbox {
    padding: 72px 20px;
  }

  .gallery-lightbox-nav {
    top: auto;
    bottom: 22px;
    width: 46px;
    height: 46px;
    font-size: 36px;
  }

  .gallery-lightbox-nav.prev {
    left: 20px;
  }

  .gallery-lightbox-nav.next {
    right: 20px;
  }

  .gallery-lightbox-count {
    bottom: 34px;
  }

  .gallery-lightbox-figure img {
    max-height: calc(100vh - 220px);
  }

  .ownership-card header,
  .ownership-card footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .project-highlight-table {
    grid-template-columns: 1fr;
  }

  .project-highlight-row {
    gap: 16px;
    min-height: 68px;
    padding: 16px 18px;
  }

  .project-highlight-row strong {
    font-size: 14px;
  }

  .highlight-grid,
  .amenity-grid,
  .gallery-grid,
  .location-grid,
  .resource-grid,
  .similar-grid,
  .property-stat-grid,
  .dark-stat-grid {
    grid-template-columns: 1fr;
  }

  .property-hero-content {
    padding-top: 112px;
    padding-bottom: 56px;
  }

  .property-contact-section {
    padding: 72px 0;
  }

  .property-contact-grid,
  .property-contact-copy,
  .property-contact-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .property-contact-grid {
    display: block;
    grid-template-columns: minmax(0, 1fr);
  }

  .property-contact-copy {
    margin-bottom: 40px;
  }

  .property-contact-copy h2,
  .property-contact-copy > p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .property-contact-card {
    padding: 28px;
  }

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

  .property-contact-stats article,
  .property-contact-links,
  .property-contact-links a,
  .property-contact-links a > span:last-child {
    min-width: 0;
  }

  .property-contact-links a {
    align-items: flex-start;
    padding: 16px;
  }

  .property-contact-links strong {
    overflow-wrap: anywhere;
  }
}

/* ---- Responsive typography across lease and property detail pages ---- */
@media (max-width: 1200px) {
  h1 {
    font-size: clamp(40px, 6.5vw, 64px) !important;
  }

  h2,
  .display-heading,
  .property-contact-copy h2 {
    font-size: clamp(32px, 5vw, 48px) !important;
  }

  .hero-kicker {
    font-size: clamp(19px, 2.5vw, 23px) !important;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 15.5px !important;
  }

  .page-shell {
    padding-left: clamp(18px, 5vw, 32px);
    padding-right: clamp(18px, 5vw, 32px);
  }

  .section {
    padding-top: clamp(72px, 12vw, 96px);
    padding-bottom: clamp(72px, 12vw, 96px);
  }

  h1 {
    font-size: clamp(34px, 9vw, 52px) !important;
    line-height: 1.08;
  }

  h2,
  .display-heading,
  .property-contact-copy h2 {
    font-size: clamp(28px, 7vw, 40px) !important;
    line-height: 1.14;
  }

  h3,
  .feature-panel h3,
  .amenity-card strong,
  .location-card strong,
  .resource-body h3,
  .similar-card h3,
  .property-contact-profile h3 {
    font-size: clamp(17px, 4.2vw, 22px) !important;
    line-height: 1.25;
  }

  .hero-kicker {
    font-size: clamp(18px, 4.5vw, 21px) !important;
    line-height: 1.45;
  }

  .hero-copy,
  .rich-copy,
  .muted-copy,
  .center-copy,
  .section-heading p,
  .driver-card p,
  .why-card p,
  .large,
  .property-contact-copy > p {
    font-size: clamp(16px, 3.8vw, 18px) !important;
    line-height: 1.65;
  }

  .button,
  .back-link,
  .property-location,
  .contact-links strong,
  .property-contact-links strong {
    font-size: clamp(13px, 3.4vw, 15px) !important;
  }

  .pill,
  .eyebrow,
  .mini-label,
  .info-title,
  .resource-preview > strong,
  .gallery-item span {
    font-size: clamp(11px, 2.8vw, 13px) !important;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px !important;
  }

  .page-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  h1 {
    font-size: clamp(30px, 11vw, 42px) !important;
  }

  h2,
  .display-heading,
  .property-contact-copy h2 {
    font-size: clamp(25px, 9vw, 34px) !important;
  }

  .section-heading h2 {
    font-size: clamp(25px, 9vw, 32px) !important;
  }

  h3,
  .property-contact-profile h3 {
    font-size: clamp(18px, 6vw, 22px) !important;
  }

  .hero-kicker,
  .hero-copy,
  .rich-copy,
  .muted-copy,
  .center-copy,
  .property-contact-copy > p {
    font-size: 16px !important;
  }

  .button {
    min-height: 48px;
    padding: 13px 18px;
    font-size: 13px !important;
  }

  .property-contact-links strong,
  .contact-links strong,
  .resource-body p,
  .similar-card p {
    font-size: 14px !important;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: clamp(28px, 10.5vw, 36px) !important;
  }

  h2,
  .display-heading,
  .property-contact-copy h2 {
    font-size: clamp(23px, 8.5vw, 30px) !important;
  }

  .button {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* ---- Lease hero mobile repair ---- */
@media (max-width: 820px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
  }

  .header-inner {
    min-height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand img {
    height: 42px;
  }

  .header-actions .button {
    padding: 13px 16px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    justify-content: flex-start;
  }

  .hero-content {
    padding-top: clamp(40px, 10vw, 64px);
    padding-bottom: 28px;
  }

  .hero-content > * {
    max-width: 100%;
  }

  .pill {
    max-width: 100%;
    width: fit-content;
    font-size: 12px !important;
    line-height: 1.35;
  }

  .hero-copy {
    max-width: 100%;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .button-row .button {
    width: 100%;
    min-height: 48px;
  }

  .hero-stats-band {
    transform: none;
    padding-bottom: 32px;
  }

  .hero-stats-band .stats-grid {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
  }

  .hero-stats-band .stat-card {
    grid-template-columns: auto 1fr auto;
    padding: 22px 18px;
    column-gap: 14px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .hero-stats-band .stat-card:last-child {
    border-bottom: 0;
  }

  .hero-stats-band .stat-card .round-icon {
    grid-row: 1 / 3;
    width: 44px;
    height: 44px;
  }

  .hero-stats-band .stat-card strong {
    font-size: clamp(28px, 9vw, 36px) !important;
  }
}

@media (max-width: 430px) {
  .page-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-inner {
    gap: 12px;
  }

  .header-actions {
    justify-content: flex-end;
  }

  .header-actions .button {
    min-height: 52px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px !important;
  }

  .hero-kicker {
    margin-bottom: 14px;
  }

  .hero-copy {
    margin-bottom: 22px;
  }
}
