:root {
  --black: #000000;
  --ink: #111111;
  --charcoal: #202020;
  --gray-900: #303030;
  --gray-700: #606060;
  --gray-500: #8a8a8a;
  --gray-300: #d9d9d9;
  --gray-100: #f4f4f4;
  --white: #ffffff;
  --orange: #e07020;
  --line-dark: rgba(255, 255, 255, 0.22);
  --line-light: rgba(0, 0, 0, 0.18);
  --page-pad: clamp(18px, 4vw, 72px);
  --section-pad: clamp(64px, 8vw, 112px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px var(--page-pad);
  background: rgba(0, 0, 0, 0.92);
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(12px);
  animation: headerDrop 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand,
.brand-word,
.site-footer span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.brand-logo,
.logo-lockup,
.footer-logo {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.brand-logo img,
.logo-lockup img,
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-logo {
  width: 112px;
  height: 38px;
}

.logo-lockup {
  width: 118px;
  height: 42px;
}

.logo-lockup img {
  width: 118px;
  height: 118px;
}

.footer-logo {
  width: 112px;
  height: 38px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a,
.header-cta {
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
  color: var(--white);
}

.header-cta {
  border: 1px solid var(--line-dark);
  padding: 12px 16px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-cta:hover {
  background: var(--white);
  color: var(--black);
}

.hero {
  min-height: calc(100vh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.28fr) minmax(0, 0.42fr);
  background: var(--black);
  color: var(--white);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding: clamp(48px, 7vw, 96px) clamp(30px, 4vw, 64px);
  border-right: 1px solid var(--line-dark);
  animation: panelReveal 980ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.brand-word {
  margin: 0 0 38px;
}

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

h1,
h2 {
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
}

h1 {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 0.96;
}

  h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.02;
}

h1 strong,
h2 strong,
h3 strong {
  font-weight: 900;
}

.hero-copy p:not(.brand-word),
.split-intro p,
.product-copy p,
.ecosystem-copy p,
.lead-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.42;
}

.section-white .split-intro p,
.product-copy p,
.performance-section .split-intro p,
.lead-copy p {
  color: rgba(0, 0, 0, 0.68);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.button-primary {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.button-secondary {
  color: var(--white);
}

.hero-image {
  min-height: 620px;
  margin: 0;
}

.hero-image img {
  object-position: center 58%;
}

.hero-texture {
  min-height: 620px;
  margin: 0;
  opacity: 0.72;
  border-left: 1px solid var(--line-dark);
}

.section {
  padding: var(--section-pad) var(--page-pad);
  scroll-margin-top: 86px;
  overflow: hidden;
}

.hero,
.lead-section {
  scroll-margin-top: 86px;
  overflow: hidden;
}

.section-dark {
  background: var(--black);
  color: var(--white);
}

.section-white {
  background: var(--white);
}

.section-kicker {
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
}

h3 {
  margin: 28px 0 0;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 300;
  line-height: 1.06;
}

.product-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: stretch;
}

.maryland-section {
  display: grid;
  gap: clamp(44px, 7vw, 92px);
  background: var(--white);
}

.maryland-hero > *,
.maryland-block > *,
.maryland-location > *,
.location-overview > *,
.ecosystem-section > *,
.lead-section > * {
  min-width: 0;
}

.maryland-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
}

.maryland-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.maryland-copy p:not(.section-kicker),
.maryland-block-copy p,
.location-copy p {
  max-width: 620px;
  color: rgba(0, 0, 0, 0.68);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
}

.maryland-address {
  display: grid;
  max-width: 520px;
  margin-top: 34px;
  border: 1px solid var(--line-light);
}

.maryland-address span,
.maryland-address strong {
  padding: 18px;
  text-transform: uppercase;
}

.maryland-address span {
  border-bottom: 1px solid var(--line-light);
  color: rgba(0, 0, 0, 0.62);
  font-size: 13px;
  font-weight: 900;
}

.maryland-address strong {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
}

.gallery {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--line-light);
  background: var(--white);
  overflow: hidden;
}

.gallery-featured {
  min-height: 620px;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.55fr);
  grid-template-rows: repeat(3, 1fr);
}

.gallery-strip {
  grid-template-columns: repeat(4, 1fr);
  min-height: 320px;
}

.maryland-kit .gallery-strip {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-plans {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  min-height: 420px;
}

.gallery-tile {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 170px;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}

.gallery-tile-main {
  grid-row: 1 / span 3;
  min-height: 620px;
}

.gallery-featured .gallery-tile:nth-child(4),
.gallery-strip .gallery-tile:last-child {
  border-bottom: 0;
}

.gallery-strip .gallery-tile {
  border-bottom: 0;
}

.gallery-strip .gallery-tile:last-child,
.gallery-featured .gallery-tile-main {
  border-right: 0;
}

.gallery-tile img {
  position: absolute;
  inset: 0;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-featured .gallery-tile-main img {
  object-position: center 58%;
}

.gallery-tile span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-tile::after {
  content: "Ampliar";
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 8px 10px;
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
  text-transform: uppercase;
}

.gallery-tile:hover img {
  transform: scale(1.08);
  filter: contrast(1.06);
}

.gallery-tile:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.plant-zoom-note {
  margin: 18px 0 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-plans .gallery-tile::after {
  content: "Clique para ampliar";
  top: 18px;
  right: 18px;
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
  opacity: 1;
  transform: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.gallery-plans .gallery-tile:hover::after {
  transform: translateY(-2px);
}

.feature-list {
  display: grid;
  gap: 0;
  max-width: 560px;
  margin: 34px 0 0;
  padding: 0;
  border: 1px solid var(--line-light);
  list-style: none;
}

.maryland-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0 0;
  border: 1px solid var(--line-light);
}

.maryland-stats div {
  min-height: 112px;
  padding: 18px;
  border-right: 1px solid var(--line-light);
}

.maryland-stats div:last-child {
  border-right: 0;
}

.maryland-stats strong,
.maryland-stats span {
  display: block;
}

.maryland-stats strong {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.maryland-stats span {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.62);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.maryland-block {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.maryland-block h3,
.location-copy h3 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 300;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.feature-list-grid {
  max-width: none;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
}

.feature-list-grid li:nth-child(2n) {
  border-left: 1px solid var(--line-light);
}

.compact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 540px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.compact-list li {
  border: 1px solid var(--line-light);
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
  border: 1px solid var(--line-light);
}

.amenities-grid span {
  min-height: 118px;
  display: flex;
  align-items: end;
  padding: 18px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  font-weight: 900;
  text-transform: uppercase;
}

.amenities-grid span:nth-child(3n) {
  border-right: 0;
}

.amenities-grid span:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.maryland-location {
  display: grid;
  gap: 0;
  border: 1px solid var(--line-light);
}

.location-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.58fr);
  min-height: 420px;
}

.styled-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    #050505;
  background-size: 84px 84px;
}

.styled-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 48% 48%, rgba(224, 112, 32, 0.26), transparent 28%);
}

.map-road {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.18);
  transform-origin: center;
}

.map-road-a {
  top: 48%;
  left: -10%;
  width: 120%;
  height: 2px;
  transform: rotate(-18deg);
}

.map-road-b {
  top: -8%;
  left: 44%;
  width: 2px;
  height: 120%;
  transform: rotate(24deg);
}

.map-road-c {
  top: 24%;
  left: 16%;
  width: 90%;
  height: 2px;
  transform: rotate(32deg);
}

.map-pin {
  position: absolute;
  display: grid;
  gap: 4px;
  min-width: 116px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.78);
  color: var(--white);
  transform: translate(-50%, -50%);
}

.map-pin::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 12px;
  height: 12px;
  background: var(--orange);
  transform: translateX(-50%) rotate(45deg);
}

.map-pin strong,
.map-pin em {
  display: block;
  font-style: normal;
  line-height: 1;
}

.map-pin strong {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.map-pin em {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.map-pin-home {
  left: 50%;
  top: 50%;
  border-color: var(--orange);
  background: var(--orange);
}

.map-pin-home em {
  color: rgba(255, 255, 255, 0.82);
}

.map-pin-park {
  left: 28%;
  top: 25%;
}

.map-pin-food {
  left: 70%;
  top: 34%;
}

.map-pin-market {
  left: 32%;
  top: 72%;
}

.map-pin-fitness {
  left: 72%;
  top: 72%;
}

.leaflet-map-wrap {
  height: 100%;
  min-height: 420px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(224, 112, 32, 0.14), transparent 34%),
    #050505;
}

.leaflet-map {
  position: relative;
  width: 100%;
  min-height: 396px;
  height: 100%;
  overflow: hidden;
  background: #050505;
  filter: contrast(1.04) saturate(1.08);
}

.leaflet-container {
  overflow: hidden;
  font-family: "Lato", Arial, sans-serif;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute !important;
  left: 0;
  top: 0;
}

.leaflet-container img,
.leaflet-container svg {
  width: auto;
  height: auto;
  max-width: none;
  object-fit: fill;
}

.leaflet-tile {
  position: absolute !important;
  width: 256px !important;
  height: 256px !important;
  border: 0;
  user-select: none;
}

.leaflet-control {
  position: relative;
  z-index: 800;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
  pointer-events: auto;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 12px;
}

.leaflet-left .leaflet-control {
  margin-left: 12px;
}

.leaflet-right .leaflet-control {
  margin-right: 12px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 12px;
}

.leaflet-popup {
  position: absolute;
  margin-bottom: 20px;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  text-align: left;
}

.leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 20px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.map-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 28px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.map-fallback strong {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.map-fallback span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
}

.leaflet-container .map-fallback {
  display: none;
}

.leaflet-map .leaflet-control-attribution {
  background: rgba(0, 0, 0, 0.72);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font);
  font-size: 10px;
}

.leaflet-map .leaflet-control-attribution a {
  color: var(--white);
}

.leaflet-map .leaflet-control-zoom {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
}

.leaflet-map .leaflet-control-zoom a {
  border: 0;
  border-radius: 0;
  background: #050505;
  color: var(--white);
  font-family: var(--font);
  transition: background var(--fast), color var(--fast);
}

.leaflet-map .leaflet-control-zoom a:hover {
  background: var(--orange);
  color: var(--white);
}

.nano-map-marker {
  display: grid;
  place-items: center;
  width: 62px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: var(--black);
  line-height: 1;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
}

.nano-map-marker img {
  width: 42px;
  height: 18px;
  object-fit: contain;
}

.nano-map-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: inherit;
  border-right: inherit;
  border-bottom: inherit;
  transform: translateX(-50%) rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 0;
  background: #050505;
  color: var(--white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.leaflet-popup-content {
  margin: 14px 16px;
  font-family: var(--font);
  font-size: 12px;
  line-height: 1.35;
}

.leaflet-popup-content strong {
  display: block;
  margin-bottom: 5px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.location-copy .button {
  width: fit-content;
  margin-top: 24px;
}

.location-nearby {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
  border-top: 1px solid var(--line-light);
}

.nearby-card {
  display: grid;
  grid-template-rows: minmax(148px, 1fr) auto;
  min-height: 258px;
  background: var(--white);
  overflow: hidden;
  transition: background 180ms ease, transform 180ms ease;
}

.nearby-card img {
  width: 100%;
  min-height: 148px;
  aspect-ratio: 1.18;
  object-position: center;
  transition: transform 220ms ease, filter 220ms ease;
}

.nearby-card div {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 110px;
  padding: 16px;
}

.nearby-card strong,
.nearby-card span,
.nearby-card em {
  display: block;
  line-height: 1.08;
}

.nearby-card strong {
  color: var(--black);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.nearby-card span {
  color: var(--orange);
  font-size: clamp(24px, 1.8vw, 32px);
  font-weight: 900;
}

.nearby-card em {
  color: rgba(0, 0, 0, 0.62);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.nearby-card:hover {
  background: rgba(224, 112, 32, 0.06);
  transform: translateY(-2px);
}

.nearby-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.12) contrast(1.04);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: clamp(18px, 4vw, 42px);
  background: rgba(0, 0, 0, 0.94);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  transition: opacity 260ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.lightbox-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.lightbox-title {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox-close,
.lightbox-arrow {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox-close {
  min-width: 46px;
  min-height: 46px;
  font-size: 22px;
}

.lightbox-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
}

.lightbox-image {
  max-width: min(1180px, 100%);
  max-height: 76vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 68px;
  transform: translateY(-50%);
  font-size: 28px;
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  text-align: center;
}

.feature-list li {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line-light);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.product-media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(320px, 1.16fr) minmax(300px, 0.84fr);
  border: 1px solid var(--line-light);
  overflow: hidden;
}

.product-media img {
  min-height: 0;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.product-media img:nth-child(2n) {
  border-right: 0;
}

.product-media .media-wide {
  grid-column: span 2;
  min-height: 0;
}

.performance-section {
  background: var(--gray-100);
}

.vector-table {
  display: grid;
  margin-top: clamp(42px, 7vw, 82px);
  border: 1px solid var(--line-light);
  background: var(--white);
}

.vector-table div {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 92px;
  padding: 22px clamp(20px, 4vw, 54px);
  border-bottom: 1px solid var(--line-light);
}

.vector-table div::before {
  content: "";
  justify-self: center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid var(--orange);
  grid-column: 2;
  grid-row: 1;
}

.vector-table div:last-child {
  border-bottom: 0;
}

.vector-table span {
  color: rgba(0, 0, 0, 0.64);
  font-size: clamp(20px, 2.5vw, 36px);
}

.vector-table strong {
  font-size: clamp(22px, 2.7vw, 40px);
  font-weight: 900;
}

.ecosystem-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 0;
  padding: 0;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.ecosystem-media {
  display: grid;
  grid-template-rows: minmax(360px, 0.72fr) minmax(260px, 0.58fr);
}

.ecosystem-media img:first-child {
  border-bottom: 1px solid var(--line-dark);
}

.ecosystem-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(48px, 6vw, 82px) var(--page-pad);
  border-left: 1px solid var(--line-dark);
}

.ecosystem-copy h2 {
  font-size: clamp(34px, 3.4vw, 52px);
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 38px;
  border: 1px solid var(--line-dark);
}

.ecosystem-grid span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 18px;
  font-weight: 900;
  text-transform: uppercase;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.ecosystem-grid span:nth-child(2n) {
  border-right: 0;
}

.ecosystem-grid span:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.app-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 22px;
  border: 1px solid var(--line-dark);
}

.app-services div {
  min-height: 106px;
  padding: 18px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.app-services div:nth-child(2n) {
  border-right: 0;
}

.app-services div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.app-services strong,
.app-services span {
  display: block;
}

.app-services strong {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.app-services span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.4;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 86px);
  padding: var(--section-pad) var(--page-pad);
  background: var(--black);
  color: var(--white);
  align-items: start;
}

.lead-copy .brand-word {
  margin-bottom: 48px;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-self: start;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--line-dark);
  background: #050505;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: var(--ink);
  color: var(--white);
  padding: 14px 14px;
  font: inherit;
  font-size: 16px;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 2px solid var(--orange);
  outline-offset: 0;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px var(--page-pad);
  background: var(--black);
  color: var(--white);
  border-top: 1px solid var(--line-dark);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  text-transform: uppercase;
}

.hero-image,
.hero-texture,
.product-media,
.ecosystem-media {
  overflow: hidden;
}

.hero-image img,
.hero-texture img,
.product-media img,
.ecosystem-media img {
  transform: translate3d(0, calc(var(--parallax, 0) * 1px), 0) scale(1.045);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.hero-image {
  animation: imageWipe 1100ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both;
}

.hero-texture {
  animation: textureReveal 1200ms cubic-bezier(0.16, 1, 0.3, 1) 420ms both;
}

.brand-word,
.hero h1,
.hero-copy p:not(.brand-word),
.hero-actions {
  animation: textLift 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero h1 {
  animation-delay: 180ms;
}

.hero-copy p:not(.brand-word) {
  animation-delay: 300ms;
}

.hero-actions {
  animation-delay: 420ms;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: border-color 220ms ease, color 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button::after,
.header-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(-105%);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button:hover::after,
.header-cta:hover::after {
  transform: translateX(0);
}

.header-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, clip-path, filter;
}

.motion-rise {
  transform: translate3d(0, 34px, 0);
  transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1), transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-kicker {
  transform: translate3d(-18px, 0, 0);
  letter-spacing: 0.08em;
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1), letter-spacing 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-mask {
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  transform: translate3d(-18px, 0, 0);
  transition: clip-path 980ms cubic-bezier(0.16, 1, 0.3, 1), transform 980ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-card {
  transform: translate3d(0, 42px, 0) scale(0.985);
  clip-path: inset(12% 0 0 0);
  transition: opacity 820ms cubic-bezier(0.16, 1, 0.3, 1), transform 820ms cubic-bezier(0.16, 1, 0.3, 1), clip-path 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-cell {
  transform: translate3d(34px, 0, 0);
  clip-path: inset(0 0 0 100%);
  transition: opacity 780ms cubic-bezier(0.16, 1, 0.3, 1), transform 780ms cubic-bezier(0.16, 1, 0.3, 1), clip-path 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-line {
  transform: translate3d(-24px, 0, 0);
  clip-path: inset(0 100% 0 0);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1), clip-path 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-vector {
  transform: translate3d(0, 22px, 0);
  filter: blur(6px);
  transition: opacity 780ms cubic-bezier(0.16, 1, 0.3, 1), transform 780ms cubic-bezier(0.16, 1, 0.3, 1), filter 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-image {
  opacity: 1;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1100ms cubic-bezier(0.16, 1, 0.3, 1), filter 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  filter: saturate(0.8) contrast(0.94);
}

.motion-form {
  transform: perspective(900px) rotateX(8deg) translate3d(0, 36px, 0);
  transform-origin: top center;
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
}

.motion-rise.is-visible,
.motion-kicker.is-visible,
.motion-card.is-visible,
.motion-cell.is-visible,
.motion-line.is-visible,
.motion-vector.is-visible,
.motion-form.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
  filter: none;
}

.motion-kicker.is-visible {
  letter-spacing: 0;
}

.motion-mask.is-visible,
.motion-card.is-visible,
.motion-cell.is-visible,
.motion-line.is-visible,
.motion-image.is-visible {
  clip-path: inset(0 0 0 0);
}

.motion-image.is-visible {
  filter: none;
}

.vector-table div,
.feature-list li,
.ecosystem-grid span,
.app-services div,
.nearby-card {
  transition-delay: var(--reveal-delay, 0ms);
}

.ecosystem-grid span:hover,
.app-services div:hover,
.feature-list li:hover,
.nearby-card:hover {
  background: rgba(224, 112, 32, 0.08);
}

.section-dark .ecosystem-grid span:hover,
.section-dark .app-services div:hover,
.ecosystem-section .ecosystem-grid span:hover,
.ecosystem-section .app-services div:hover,
.feature-list li:hover {
  background: rgba(224, 112, 32, 0.12);
}

.vector-table div::before {
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), border-left-color 220ms ease;
}

.vector-table div:hover::before {
  transform: translateX(6px);
  border-left-color: #ff8a2a;
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panelReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes imageWipe {
  from {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes textureReveal {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 0.72;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes textLift {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal,
  .motion-mask,
  .motion-card,
  .motion-cell,
  .motion-line,
  .motion-image,
  .motion-form,
  .accent-word {
    opacity: 1;
    clip-path: none;
    transform: none;
    filter: none;
  }

  .hero-image img,
  .hero-texture img,
  .product-media img,
  .ecosystem-media img {
    transform: none;
  }
}

@media (max-width: 1200px) {
  .location-nearby {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

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

  .hero-copy,
  .hero-image,
  .hero-texture {
    min-height: auto;
  }

  .hero-copy {
    border-right: 0;
  }

  .hero-image {
    min-height: 58vh;
    border-top: 1px solid var(--line-dark);
  }

  .hero-texture {
    display: none;
  }

  .split-intro,
  .product-section,
  .maryland-hero,
  .maryland-block,
  .maryland-location,
  .location-overview,
  .ecosystem-section,
  .lead-section {
    grid-template-columns: 1fr;
  }

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

  .gallery-featured {
    min-height: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: minmax(420px, 1fr) minmax(170px, 0.42fr);
  }

  .gallery-plans {
    grid-template-columns: 1fr;
  }

  .gallery-tile-main {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 420px;
    border-right: 0;
  }

  .location-copy {
    border-top: 0;
  }

  .location-media {
    border-top: 1px solid var(--line-light);
  }

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

  .styled-map {
    min-height: 460px;
  }

  .leaflet-map-wrap {
    min-height: 420px;
  }

  .leaflet-map {
    min-height: 400px;
    height: 420px;
  }

  .ecosystem-copy {
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }
}

@media (max-width: 640px) {
  :root {
    --page-pad: 24px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px var(--page-pad);
  }

  .brand,
  .brand-word,
  .site-footer span {
    font-size: 24px;
  }

  .header-cta {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    font-size: 11px;
  }

  h1 {
    font-size: clamp(38px, 10.4vw, 44px);
  }

  h2 {
    max-width: 100%;
    font-size: clamp(31px, 8.6vw, 38px);
    line-height: 1.08;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .brand-word {
    margin-bottom: 44px;
  }

  .hero-copy {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 44px;
    justify-content: center;
  }

  .hero-image {
    min-height: 34vh;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section,
  .lead-section {
    padding: 64px var(--page-pad);
  }

  .maryland-section {
    gap: 56px;
  }

  .maryland-copy,
  .maryland-block-copy,
  .location-copy {
    padding-inline: 0;
  }

  .maryland-block h3,
  .location-copy h3 {
    max-width: 100%;
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.08;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .maryland-block h3 {
    margin-left: 0;
    max-width: 100%;
  }

  .motion-ready .reveal,
  .reveal,
  .motion-mask,
  .motion-kicker,
  .motion-rise,
  .motion-card,
  .motion-line,
  .motion-vector,
  .motion-form {
    opacity: 1;
    transform: none;
    clip-path: none;
    filter: none;
  }

  .maryland-copy p:not(.section-kicker),
  .maryland-block-copy p,
  .location-copy p {
    max-width: 100%;
    font-size: 17px;
  }

  .section-kicker {
    margin-bottom: 18px;
  }

  .ecosystem-copy {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .product-media,
  .ecosystem-grid,
  .app-services,
  .maryland-stats,
  .feature-list-grid,
  .amenities-grid,
  .gallery-featured,
  .gallery-plans,
  .gallery-strip,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .feature-list-grid li:nth-child(2n) {
    border-left: 0;
  }

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

  .gallery-tile,
  .gallery-tile-main,
  .location-media .gallery-tile {
    min-height: 220px;
    border-right: 0;
  }

  .gallery-featured .gallery-tile-main,
  .gallery-tile-main {
    min-height: 300px;
    grid-column: 1 / -1;
  }

  .gallery-strip {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 82%);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .maryland-kit .gallery-strip {
    grid-template-columns: none;
  }

  .gallery-strip .gallery-tile {
    min-height: 240px;
    border-right: 1px solid var(--line-light);
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .gallery-strip .gallery-tile:last-child {
    border-right: 0;
  }

  .gallery-plans .gallery-tile-main {
    min-height: 300px;
  }

  .gallery-plans .gallery-tile:not(.gallery-tile-main) {
    min-height: 220px;
  }

  .gallery-plans .gallery-tile::after {
    top: 14px;
    right: auto;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 10px 12px;
    white-space: normal;
    text-align: left;
  }

  .gallery-tile span {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    font-size: 10px;
  }

  .maryland-stats div,
  .maryland-stats div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .maryland-stats div:last-child {
    border-bottom: 0;
  }

  .amenities-grid span,
  .amenities-grid span:nth-child(3n),
  .amenities-grid span:nth-last-child(-n + 3) {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .amenities-grid span:last-child {
    border-bottom: 0;
  }

  .location-copy .button {
    width: 100%;
  }

  .location-copy {
    padding: 36px 24px;
  }

  .location-copy .button {
    margin-top: 22px;
  }

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

  .nearby-card {
    grid-template-columns: 1fr;
    grid-template-rows: 96px auto;
    min-height: 190px;
  }

  .nearby-card img {
    min-height: 96px;
    aspect-ratio: auto;
  }

  .nearby-card div {
    min-height: 94px;
    padding: 12px;
  }

  .nearby-card strong {
    font-size: 10px;
  }

  .nearby-card span {
    font-size: 22px;
  }

  .nearby-card em {
    font-size: 10px;
  }

  .styled-map {
    min-height: 420px;
  }

  .leaflet-map-wrap {
    min-height: 320px;
    padding: 10px;
  }

  .leaflet-map {
    min-height: 300px;
    height: 300px;
  }

  .map-pin {
    min-width: 96px;
    padding: 10px;
  }

  .product-media .media-wide {
    grid-column: auto;
  }

  .product-media img,
  .product-media img:nth-child(2n) {
    min-height: 250px;
    border-right: 0;
  }

  .app-services div,
  .app-services div:nth-child(2n),
  .app-services div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .app-services div:last-child {
    border-bottom: 0;
  }

  .ecosystem-grid span,
  .ecosystem-grid span:nth-child(2n),
  .ecosystem-grid span:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .ecosystem-grid span:last-child {
    border-bottom: 0;
  }

  .vector-table div {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .vector-table div::before {
    display: none;
  }

  .ecosystem-media {
    grid-template-rows: minmax(300px, 44vh) minmax(260px, 38vh);
  }

  .form-wide {
    grid-column: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .location-nearby {
    grid-template-columns: 1fr;
  }

  .nearby-card {
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 122px;
  }

  .nearby-card img,
  .nearby-card div {
    min-height: 122px;
  }
}
