.unit-sale { max-width: 980px; }
.unit-contact {
  position: absolute;
  top: 16px;
  right: clamp(14px, 2.5vw, 36px);
  z-index: 4;
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}
.unit-kicker {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 2px solid #155bd7;
  background: #eaf1ff;
  color: #0a327f;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .07em;
  line-height: 1.3;
}
.unit-carousel { width: 100%; max-width: 820px; margin: clamp(34px, 6vw, 58px) auto 0; }
.unit-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 758 / 568;
  background: #f3f3ef;
  touch-action: pan-y;
}
.unit-frame:focus-visible { outline: 3px solid #155bd7; outline-offset: 3px; }
.unit-slide { width: 100%; height: 100%; }
.unit-slide img { display: block; width: 100%; height: 100%; object-fit: contain; }
.unit-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0 0 4px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #111110;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  font: 400 34px/1 Arial, sans-serif;
  cursor: pointer;
}
.unit-arrow:hover { background: #fff; }
.unit-arrow:focus-visible { outline: 3px solid #155bd7; outline-offset: 2px; }
.unit-prev { left: 12px; }
.unit-next { right: 12px; }
.unit-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 10px;
  background: rgba(17, 17, 16, .86);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}
.unit-dots { display: flex; justify-content: center; gap: 8px; margin: 14px 0 26px; }
.unit-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c5c5bf;
  cursor: pointer;
}
.unit-dots button[aria-current="true"] { width: 20px; border-radius: 999px; background: #155bd7; }
.unit-facts {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  text-align: left;
}
.unit-facts div { padding: 14px 16px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.unit-facts dt { color: var(--gray-600); font-size: 12px; line-height: 1.3; }
.unit-facts dd { margin-top: 4px; font-size: 16px; font-weight: 750; line-height: 1.3; }
.unit-inclusions {
  width: 100%;
  max-width: 820px;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 24px;
  list-style: none;
}
.unit-inclusions li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}
.unit-inclusions span {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf1ff;
  color: #155bd7;
  font-size: 15px;
  font-weight: 900;
}
.unit-cta {
  min-width: 300px;
  min-height: 64px;
  margin-top: 24px;
  padding: 18px 36px;
  border: 2px solid #124fc4;
  background: #155bd7;
  color: #fff;
  box-shadow: 0 5px 0 #0a327f;
  font-size: 20px;
  font-weight: 850;
}
.unit-cta:visited { color: #fff; }
.unit-cta:hover {
  border-color: #0f47ac;
  background: #0f47ac;
  color: #fff;
  box-shadow: 0 3px 0 #082965;
  transform: translateY(2px);
}
.unit-cta:focus-visible { outline: 3px solid #111; outline-offset: 4px; }
.unit-quote { width: 100%; margin-top: clamp(46px, 7vw, 74px); display: flex; flex-direction: column; align-items: center; scroll-margin-top: 20px; }
.unit-quote h2 { font-size: clamp(28px, 3.6vw, 40px); line-height: 1.15; letter-spacing: -0.025em; }
.unit-quote > p { margin-top: 10px; color: var(--gray-700); font-size: 17px; }
.unit-quote .apply { margin-top: 22px; }
.unit-quote .q-title { font-size: clamp(21px, 2.6vw, 26px); }
@media (max-width: 700px) {
  .unit-sale { padding-top: 58px; }
  .unit-contact { top: 14px; right: 14px; }
  .unit-cta { width: 100%; min-width: 0; max-width: 440px; min-height: 66px; }
  .unit-facts { grid-template-columns: 1fr 1fr; }
  .unit-inclusions { max-width: 340px; grid-template-columns: 1fr; gap: 12px; }
  .unit-inclusions li { justify-content: flex-start; }
  .unit-arrow { width: 42px; height: 42px; font-size: 31px; }
  .unit-prev { left: 8px; }
  .unit-next { right: 8px; }
}
