.lot-sheet { position: absolute; inset: 0; display: grid; grid-template-columns: 32% 34% 34%; overflow: hidden; background: #f5f2e9; }
.lot-sheet[hidden], .lot-grid[hidden] { display: none; }
.lot-sheet-info { position: relative; z-index: 1; padding: clamp(70px,8vh,110px) clamp(34px,4vw,76px); overflow: auto; background: #071318; color: #fff; }
.lot-sheet-info h2 { margin: 28px 0 20px; font: 400 clamp(42px,5vw,76px)/.95 Georgia,serif; }
.lot-sheet-info > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.75; }
.lot-sheet-info dl { margin: 34px 0; }
.lot-sheet-info dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.lot-sheet-info dt { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.lot-sheet-info dd { margin: 0; font: 16px Georgia,serif; text-align: right; }
.lot-sheet-crop { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; border-left: 1px solid rgba(7,19,24,.12); background: #fff; }
.lot-sheet-crop img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
.lot-sheet-nav { display: none; }
.lot-sheet-info { padding: clamp(42px,5.5vh,68px) clamp(28px,3vw,52px); background: #030707; }
.lot-sheet-info h2 { margin: 16px 0 14px; font-family: Arial,Helvetica,sans-serif; font-size: clamp(38px,3.3vw,58px); line-height: 1; }
.lot-sheet-info > p:not(.eyebrow) { max-width: 430px; margin-bottom: 24px; font-size: 13px; line-height: 1.45; }
.sheet-spec-list { display: grid; margin: 10px 0 20px; }
.sheet-spec { display: grid; grid-template-columns: 34px minmax(100px,1fr) minmax(105px,1fr); align-items: center; min-height: 45px; gap: 12px; }
.sheet-spec > b { width: 27px; height: 27px; overflow: hidden; color: transparent; background: center/contain no-repeat; filter: invert(67%) sepia(20%) saturate(769%) hue-rotate(8deg) brightness(87%); }
.sheet-spec:nth-child(1) > b { background-image: url('../project-icon/251.svg'); }
.sheet-spec:nth-child(2) > b { background-image: url('../project-icon/200.svg'); }
.sheet-spec:nth-child(3) > b { background-image: url('../project-icon/201.svg'); }
.sheet-spec:nth-child(4) > b { background-image: url('../project-icon/205.svg'); }
.sheet-spec:nth-child(5) > b { background-image: url('../project-icon/159.svg'); }
.sheet-spec:nth-child(6) > b { background-image: url('../project-icon/202.svg'); }
.sheet-spec > span { color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; }
.sheet-spec > strong { font-size: 13px; font-weight: 400; text-align: left; }
.sheet-spec > strong small { display: block; margin-top: 3px; color: rgba(255,255,255,.5); font-size: 9px; }
.community-card { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 15px 17px; border: 1px solid rgba(168,149,84,.65); color: #a89554; }
.community-card > b { width: 38px; height: 38px; overflow: hidden; color: transparent; background: url('../project-icon/254.svg') center/contain no-repeat; filter: invert(67%) sepia(20%) saturate(769%) hue-rotate(8deg) brightness(87%); }
.community-card strong { font-size: 10px; letter-spacing: .07em; }
.community-card p { margin: 5px 0 0; color: rgba(255,255,255,.7); font-size: 9px; line-height: 1.4; }
.sheet-amenities { display: grid; grid-template-columns: repeat(8,1fr); gap: 4px; margin: 18px 0; }
.sheet-amenities span { color: rgba(255,255,255,.7); font-size: 7px; line-height: 1.15; text-align: center; text-transform: uppercase; }
.sheet-amenities b { display: block; width: 28px; height: 28px; margin: 0 auto 5px; overflow: hidden; color: transparent; background: center/contain no-repeat; filter: invert(67%) sepia(20%) saturate(769%) hue-rotate(8deg) brightness(87%); }
.sheet-amenities span:nth-child(1) b { background-image: url('../project-icon/24.svg'); }
.sheet-amenities span:nth-child(2) b { background-image: url('../project-icon/15.svg'); }
.sheet-amenities span:nth-child(3) b { background-image: url('../project-icon/39.svg'); }
.sheet-amenities span:nth-child(4) b { background-image: url('../project-icon/22.svg'); }
.sheet-amenities span:nth-child(5) b { background-image: url('../project-icon/26.svg'); }
.sheet-amenities span:nth-child(6) b { background-image: url('../project-icon/57.svg'); }
.sheet-amenities span:nth-child(7) b { background-image: url('../project-icon/37.svg'); }
.sheet-amenities span:nth-child(8) b { background-image: url('../project-icon/17.svg'); }
.sheet-ctas { display: grid; gap: 10px; }
.sheet-pill { width: 100%; min-height: 50px; border: 1px solid rgba(255,255,255,.7); border-radius: 25px; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; font-size: 13px; }
.sheet-pill:hover,.sheet-pill:focus-visible { background: #fff; color: #071318; }
@media (max-width:760px) {
  .lot-sheet { display: block; overflow-x: hidden; overflow-y: auto; scroll-snap-type: y proximity; scroll-behavior: smooth; }
  .lot-sheet::after { content: ""; display: block; height: 75dvh; background: #fff; }
  .lot-sheet-info { width: 100%; min-height: 100dvh; padding: 78px 27px 96px; scroll-snap-align: start; overflow: visible; }
  .lot-sheet-info h2 { font-size: 43px; }
  .sheet-spec { grid-template-columns: 32px minmax(90px,1fr) minmax(110px,1fr); min-height: 43px; }
  .sheet-amenities { gap: 2px; }
  .sheet-amenities span { font-size: 6px; }
  .lot-sheet-crop { width: 100%; height: auto; aspect-ratio: auto; scroll-snap-align: start; border-left: 0; border-top: 1px solid rgba(7,19,24,.12); }
  .lot-sheet-crop img { position: relative; inset: auto; width: 100%; height: auto; object-fit: initial; }
  .lot-sheet-nav { position: fixed; z-index: 8; left: 50%; bottom: max(14px,env(safe-area-inset-bottom)); transform: translateX(-50%); display: flex; padding: 4px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(7,19,24,.88); box-shadow: 0 10px 35px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
  .lot-sheet-nav button { border: 0; border-radius: 18px; padding: 10px 13px; background: transparent; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
  .lot-sheet-nav button.active { background: #fff; color: #071318; }
}
