.content-cards-section .card__media,.content-cards-section .card__media-link{display:block;position:relative;width:100%;aspect-ratio:5 / 4;overflow:hidden}.content-cards-section .card__media img{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.project-hero{padding:92px 0 56px;background:linear-gradient(180deg,#eef6f4,#fbfaf7)}.project-hero__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:2rem;align-items:center}.project-hero__actions{margin-top:1.5rem}.project-hero__media{min-height:430px;overflow:hidden;border:1px solid var(--color-line);border-radius:8px;background:#dbe8e5;box-shadow:var(--shadow-soft)}.project-hero__media img,.project-hero__placeholder{width:100%;height:100%;min-height:430px}.project-hero__media img{object-fit:cover}.project-hero__placeholder{display:grid;place-items:center;padding:1.5rem;background:linear-gradient(135deg,#0f4c5cd6,#c9a2279e),linear-gradient(45deg,#d8e7e3,#f6f0df);color:#fff;font-weight:800;text-align:center}.project-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:1.4rem;align-items:start}.project-summary{position:sticky;top:92px}.project-summary h2,.project-section h2{margin:0 0 .85rem;font-size:1.65rem;line-height:1.25}.project-summary__price{margin:.6rem 0 .25rem;color:var(--color-primary-dark);font-size:2rem;font-weight:900;line-height:1.1}.project-summary__button{width:100%;margin-top:1rem}.project-facts{display:grid;gap:.65rem;margin:1.2rem 0 0}.project-facts__row{display:grid;grid-template-columns:6.5rem 1fr;gap:.75rem;border-top:1px solid var(--color-line);padding-top:.65rem}.project-facts dt{color:var(--color-muted);font-weight:700}.project-facts dd{margin:0;font-weight:800}.project-main{display:grid;gap:1.25rem}.project-section{border:1px solid var(--color-line);border-radius:8px;background:#fff;padding:1.35rem}.project-section>p:not(.eyebrow),.project-note p{color:var(--color-muted)}.project-highlight-grid,.project-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.project-section--split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:1rem}.project-timeline{display:grid;gap:.8rem;margin-top:1rem}.project-timeline__item{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}.project-timeline__item span{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:var(--color-primary);color:#fff;font-weight:900}.project-timeline__item h3{margin:0 0 .15rem;font-size:1.05rem}.project-chip-grid{display:flex;flex-wrap:wrap;gap:.55rem}.project-chip{border:1px solid rgba(15,76,92,.16);border-radius:999px;background:#eef5f3;padding:.45rem .75rem;color:#34484f;cursor:pointer;font-weight:800;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.project-chip:hover,.project-chip:focus-visible{border-color:var(--color-primary);box-shadow:0 8px 18px #0f4c5c1f;outline:none;transform:translateY(-1px)}.project-chip.is-active,.project-chip[aria-pressed=true]{border-color:var(--color-primary);background:var(--color-primary);color:#fff;box-shadow:0 10px 24px #0f4c5c2e}@media(max-width:900px){.project-hero{padding:64px 0 36px}.project-hero__grid,.project-layout,.project-section--split,.project-highlight-grid,.project-story-grid{grid-template-columns:1fr}.project-hero__media,.project-hero__media img,.project-hero__placeholder{min-height:300px}.project-summary{position:static}.project-facts__row{grid-template-columns:1fr;gap:.15rem}}.project-media-group{margin-top:2rem}.project-media-group__header{max-width:760px;margin-bottom:1rem}.project-media-group__header h3{margin:0 0 .35rem;font-size:1.45rem;line-height:1.25}.project-media-group__header p{margin:0;color:var(--color-muted)}.project-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.project-media-grid--floorplan{grid-template-columns:repeat(2,minmax(0,1fr))}.project-media-card{min-width:0;margin:0;overflow:hidden;border:1px solid var(--color-line);border-radius:8px;background:#fff}.project-media-card__image{display:grid;min-height:260px;place-items:center;width:100%;border:0;background:#f4f7f6;cursor:zoom-in}.project-media-card__image:focus-visible{outline:3px solid rgba(15,76,92,.35);outline-offset:-3px}.project-media-card__image img{width:100%;height:auto;max-height:560px;object-fit:contain}.project-media-card__image--cover img{aspect-ratio:16 / 9;height:100%;max-height:none;object-fit:cover}.project-media-card__image--contain img{padding:.5rem}.project-media-card__placeholder{display:grid;width:100%;min-height:260px;place-items:center;padding:1.5rem;background:var(--color-soft);color:var(--color-primary-dark);font-weight:800;text-align:center}.project-media-card figcaption{display:grid;gap:.15rem;padding:.85rem 1rem 1rem}.project-media-card figcaption strong{color:var(--color-ink);line-height:1.35}.project-media-card figcaption span{color:var(--color-muted);font-size:.92rem}.project-media-switcher{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1rem;align-items:start}.project-media-card--featured{position:sticky;top:1rem}.project-media-card--featured .project-media-card__image{min-height:420px}.project-media-card--featured .project-media-card__image img{max-height:680px}.project-media-switcher__thumbs{display:grid;gap:.75rem}.project-media-thumb{display:grid;grid-template-columns:112px minmax(0,1fr);gap:.85rem;align-items:center;width:100%;padding:.65rem;border:1px solid var(--color-line);border-radius:8px;background:#fff;color:var(--color-ink);text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.project-media-thumb:hover,.project-media-thumb:focus-visible,.project-media-thumb.is-active{border-color:var(--color-primary);box-shadow:0 10px 26px #0f4c5c1f;outline:none}.project-media-thumb:hover,.project-media-thumb:focus-visible{transform:translateY(-1px)}.project-media-thumb__image{display:grid;width:112px;aspect-ratio:4 / 3;place-items:center;overflow:hidden;border-radius:6px;background:#f4f7f6}.project-media-thumb__image img{width:100%;height:100%;object-fit:contain}.project-media-thumb__text{display:grid;gap:.2rem;min-width:0}.project-media-thumb__text strong{line-height:1.35}.project-media-thumb__text small{display:-webkit-box;overflow:hidden;color:var(--color-muted);font-size:.86rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-media-lightbox[hidden]{display:none}.project-media-lightbox{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1.5rem}.project-media-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0c181eb8;cursor:zoom-out}.project-media-lightbox__dialog{position:relative;z-index:1;display:grid;gap:.85rem;width:min(1120px,100%);max-height:min(86vh,920px);padding:1rem;overflow:auto;border-radius:8px;background:#fff;box-shadow:0 24px 80px #071a2247}.project-media-lightbox__dialog img{width:100%;max-height:74vh;object-fit:contain;background:#f4f7f6}.project-media-lightbox__dialog p{margin:0;color:var(--color-ink);font-weight:800;line-height:1.4}.project-media-lightbox__close{position:absolute;top:.65rem;right:.65rem;display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--color-line);border-radius:999px;background:#fff;color:var(--color-ink);cursor:pointer;font-size:1.65rem;line-height:1;box-shadow:0 8px 22px #071a2224}@media(max-width:900px){.project-media-grid,.project-media-grid--floorplan,.project-media-switcher{grid-template-columns:1fr}.project-media-card--featured{position:static}.project-media-card--featured .project-media-card__image{min-height:260px}.project-media-card__image{min-height:220px}}@media(max-width:640px){.project-media-thumb{grid-template-columns:88px minmax(0,1fr);padding:.55rem}.project-media-thumb__image{width:88px}.project-media-lightbox,.project-media-lightbox__dialog{padding:.75rem}}.project-payment-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:1rem;border:1px solid var(--color-line);border-radius:8px;background:#fff;padding:1.35rem}.project-payment-section h2{margin:0 0 .85rem;color:var(--color-ink);font-size:1.65rem;line-height:1.25}.project-payment-section>div>p:not(.eyebrow),.project-payment-note p{color:var(--color-muted)}.project-payment-timeline{display:grid;gap:.8rem;margin-top:1rem}.project-payment-timeline__item{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}.project-payment-timeline__item span{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:var(--color-primary);color:#fff;font-weight:900}.project-payment-timeline__item h3{margin:0 0 .15rem;font-size:1.05rem}.project-payment-timeline__item p{margin:0;color:var(--color-muted)}@media(max-width:900px){.project-payment-section{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
