.Hero-module__Z8hQ_W__home{height:100vh;min-height:640px;margin-top:72px;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroSlide{opacity:0;transition:opacity 1s;position:absolute;inset:0}.Hero-module__Z8hQ_W__heroSlide.Hero-module__Z8hQ_W__active{opacity:1}.Hero-module__Z8hQ_W__heroSlide img{object-fit:cover;object-position:center center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;display:block;transform:translateZ(0)}.Hero-module__Z8hQ_W__heroOverlay{z-index:1;background:linear-gradient(#0a0a0a40 0%,#0a0a0a0d 40%,#0a0a0a8c 70%,#0a0a0ae6 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__heroContent{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:0 40px;display:flex;position:absolute;inset:0}.Hero-module__Z8hQ_W__heroHeading{color:var(--white);text-shadow:0 6px 34px #00000073;flex-direction:column;align-items:center;gap:6px;margin-bottom:44px;display:flex}.Hero-module__Z8hQ_W__heroHeadingMain{font-family:var(--font-d);letter-spacing:.08em;text-transform:uppercase;font-size:clamp(30px,4.6vw,64px);font-weight:300;line-height:1.05}.Hero-module__Z8hQ_W__heroHeadingSub{font-family:var(--font-d);letter-spacing:.55em;text-indent:.55em;text-transform:uppercase;font-size:clamp(13px,1.7vw,24px);font-weight:300}.Hero-module__Z8hQ_W__heroActions{justify-content:center;gap:14px;display:flex}.Hero-module__Z8hQ_W__heroDots{z-index:3;gap:8px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__heroDot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .3s,transform .3s}.Hero-module__Z8hQ_W__heroDot.Hero-module__Z8hQ_W__active{background:var(--accent);transform:scale(1.3)}@media (max-width:720px){.Hero-module__Z8hQ_W__heroHeading{margin-bottom:30px}}
.StatusBadge-module__b-0TZW__badge{letter-spacing:.12em;text-transform:uppercase;background:#0000008c;border:1px solid;border-radius:2px;padding:.35rem .85rem;font-size:.72rem;display:inline-block}.StatusBadge-module__b-0TZW__available{color:var(--color-accent,#c8a45c)}.StatusBadge-module__b-0TZW__reserved{color:#d9b44a}.StatusBadge-module__b-0TZW__sold{color:#b75c5c}
.InventoryGrid-module__5nRVkq__inventory{padding:80px 80px 100px}.InventoryGrid-module__5nRVkq__invHeader{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.InventoryGrid-module__5nRVkq__invGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.InventoryGrid-module__5nRVkq__carCard{background:var(--off-black);cursor:pointer;border:1px solid var(--border);transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.InventoryGrid-module__5nRVkq__cardLink{z-index:1;position:absolute;inset:0}.InventoryGrid-module__5nRVkq__carCard:hover{transform:translateY(-4px);box-shadow:0 24px 60px #0009}.InventoryGrid-module__5nRVkq__carImgWrap{aspect-ratio:3/2;background:var(--dark);position:relative;overflow:hidden}.InventoryGrid-module__5nRVkq__carCard:hover .InventoryGrid-module__5nRVkq__carImgWrap img{transform:scale(1.04)}.InventoryGrid-module__5nRVkq__badgeWrap{position:absolute;top:14px;left:14px}.InventoryGrid-module__5nRVkq__carInfo{border-top:1px solid var(--border);padding:22px 24px 24px}.InventoryGrid-module__5nRVkq__carYear{letter-spacing:.2em;color:var(--muted);text-transform:uppercase;margin-bottom:5px;font-size:10px}.InventoryGrid-module__5nRVkq__carName{font-family:var(--font-d);color:var(--white);margin-bottom:4px;font-size:22px;font-weight:400;line-height:1.2}.InventoryGrid-module__5nRVkq__carSpec{color:var(--muted);letter-spacing:.04em;margin-bottom:18px;font-size:12px}.InventoryGrid-module__5nRVkq__carFooter{justify-content:space-between;align-items:center;display:flex}.InventoryGrid-module__5nRVkq__carPrice{letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-size:11px}.InventoryGrid-module__5nRVkq__carInquire{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);cursor:pointer;font-size:10px;font-family:var(--font-b);z-index:2;background:0 0;padding:8px 18px;transition:background .2s,color .2s;position:relative}.InventoryGrid-module__5nRVkq__carInquire:hover{background:var(--accent);color:var(--black)}@media (max-width:1100px){.InventoryGrid-module__5nRVkq__inventory{padding:60px 40px}}.InventoryGrid-module__5nRVkq__soldLink{letter-spacing:.18em;text-transform:uppercase;color:var(--light);white-space:nowrap;padding-bottom:6px;font-size:11px;text-decoration:none;transition:color .2s}.InventoryGrid-module__5nRVkq__soldLink:hover{color:var(--accent)}.InventoryGrid-module__5nRVkq__viewAllCta{text-align:center;color:var(--accent);border:1px solid var(--accent);letter-spacing:.22em;text-transform:uppercase;margin-top:28px;padding:15px;font-size:10px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:none}.InventoryGrid-module__5nRVkq__viewAllCta:hover{background:var(--accent);color:var(--black)}@media (max-width:768px){.InventoryGrid-module__5nRVkq__inventory{padding:48px 20px}.InventoryGrid-module__5nRVkq__invGrid{grid-template-columns:1fr}.InventoryGrid-module__5nRVkq__invGridCapped>:nth-child(n+5){display:none}.InventoryGrid-module__5nRVkq__viewAllCta{display:block}}.InventoryGrid-module__5nRVkq__filter{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.InventoryGrid-module__5nRVkq__filterBtn{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text,#e8e8e8);cursor:pointer;background:0 0;border:1px solid #fff3;padding:.4rem 1rem;font-size:.78rem}.InventoryGrid-module__5nRVkq__filterActive{color:var(--color-accent,#c8a45c);border-color:var(--color-accent,#c8a45c)}
.Consignment-module__cLkMrq__consignment{background:var(--dark);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.Consignment-module__cLkMrq__consignGrid{max-width:980px;margin:0 auto}.Consignment-module__cLkMrq__consignPillars{background:var(--border);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:48px;display:grid}.Consignment-module__cLkMrq__consignPillar{background:var(--off-black);padding:24px 26px}.Consignment-module__cLkMrq__consignPillarNum{font-family:var(--font-d);color:var(--accent);letter-spacing:.2em;margin-bottom:6px;font-size:11px}.Consignment-module__cLkMrq__consignPillarTitle{font-family:var(--font-d);color:var(--white);margin-bottom:6px;font-size:20px;font-weight:400}.Consignment-module__cLkMrq__consignPillarBody{color:var(--muted);font-size:13px;line-height:1.7}@media (max-width:900px){.Consignment-module__cLkMrq__consignPillars{grid-template-columns:1fr}}
.About-module__vqXTeW__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.About-module__vqXTeW__aboutImgWrap{position:relative}.About-module__vqXTeW__aboutStatCard{background:var(--dark);border:1px solid var(--border);width:180px;padding:26px 30px;position:absolute;bottom:-24px;right:-24px}.About-module__vqXTeW__aboutStatNum{font-family:var(--font-d);color:var(--accent);letter-spacing:.05em;font-size:14px;line-height:1}.About-module__vqXTeW__aboutStatLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-top:4px;font-size:9px}.About-module__vqXTeW__aboutText p{color:var(--light);margin-bottom:18px;font-size:14px;line-height:1.9}@media (max-width:1100px){.About-module__vqXTeW__aboutGrid{grid-template-columns:1fr;gap:48px}}
.Footer-module__EZoWya__footer{background:var(--off-black);border-top:1px solid var(--border);padding:56px 80px 36px}.Footer-module__EZoWya__footerTop{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__EZoWya__footerBrand p{color:var(--light);max-width:280px;margin-top:14px;font-size:13px;line-height:1.7}.Footer-module__EZoWya__navLogoText .Footer-module__EZoWya__name{font-family:var(--font-d);letter-spacing:.08em;color:var(--white);font-size:15px;font-weight:500;display:block}.Footer-module__EZoWya__footerColTitle{letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:9px}.Footer-module__EZoWya__footerCol ul{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__EZoWya__footerCol ul li a{color:var(--light);cursor:pointer;font-size:13px;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__footerCol ul li a:hover{color:var(--white)}.Footer-module__EZoWya__footerBottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Footer-module__EZoWya__footerBottom p{color:var(--light);font-size:11px}.Footer-module__EZoWya__footerSocial{gap:20px;display:flex}.Footer-module__EZoWya__footerSocial a{color:var(--light);letter-spacing:.1em;text-transform:uppercase;font-size:11px;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__footerSocial a:hover{color:var(--accent)}@media (max-width:1100px){.Footer-module__EZoWya__footerTop{grid-template-columns:1fr 1fr}}@media (max-width:720px){.Footer-module__EZoWya__footer{padding:48px 20px 32px}.Footer-module__EZoWya__footerTop{grid-template-columns:1fr}}
.YouTubeGallery-module__ryvVhq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.YouTubeGallery-module__ryvVhq__card{color:inherit;text-decoration:none;display:block}.YouTubeGallery-module__ryvVhq__thumbWrap{aspect-ratio:16/9;border:1px solid var(--border);background:var(--mid);position:relative;overflow:hidden}.YouTubeGallery-module__ryvVhq__thumb{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;position:absolute;inset:0}.YouTubeGallery-module__ryvVhq__card:hover .YouTubeGallery-module__ryvVhq__thumb{transform:scale(1.05)}.YouTubeGallery-module__ryvVhq__play{color:var(--white);background:#0a0a0a47;justify-content:center;align-items:center;font-size:26px;transition:background .3s;display:flex;position:absolute;inset:0}.YouTubeGallery-module__ryvVhq__card:hover .YouTubeGallery-module__ryvVhq__play{background:#0a0a0a1a}.YouTubeGallery-module__ryvVhq__title{color:var(--cream);margin-top:16px;font-size:14px;font-weight:400;line-height:1.5}.YouTubeGallery-module__ryvVhq__fallback{display:flex}@media (max-width:860px){.YouTubeGallery-module__ryvVhq__grid{grid-template-columns:1fr;gap:20px}}
.motorclub-module__YLGdxW__page{background:var(--black);min-height:100vh;padding-top:72px}.motorclub-module__YLGdxW__back{color:var(--light);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;font-size:11px;font-family:var(--font-b);align-items:center;gap:10px;padding:28px 80px 0;text-decoration:none;transition:color .2s;display:flex}.motorclub-module__YLGdxW__back:hover{color:var(--accent)}.motorclub-module__YLGdxW__back:before{content:"←";font-size:14px}@media (max-width:1100px){.motorclub-module__YLGdxW__back{padding:24px 40px 0}}@media (max-width:720px){.motorclub-module__YLGdxW__back{padding:20px 20px 0}}
.admin-module__aXBbkG__shell{background:var(--black);min-height:100vh;color:var(--white);flex-direction:column;display:flex}.admin-module__aXBbkG__header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#111111eb;justify-content:space-between;align-items:center;gap:16px;padding:16px 40px;display:flex;position:sticky;top:0}.admin-module__aXBbkG__brand{flex-direction:column;gap:3px;text-decoration:none;display:flex}.admin-module__aXBbkG__brandName{font-family:var(--font-d);letter-spacing:.02em;color:var(--white);font-size:15px}.admin-module__aXBbkG__brandTag{letter-spacing:.34em;text-transform:uppercase;color:var(--accent);font-size:8px}.admin-module__aXBbkG__headerActions{align-items:center;gap:22px;display:flex}.admin-module__aXBbkG__navLink{letter-spacing:.22em;text-transform:uppercase;color:var(--light);cursor:pointer;font-size:10px;font-family:var(--font-b);background:0 0;border:none;padding:0;text-decoration:none;transition:color .2s}.admin-module__aXBbkG__navLink:hover{color:var(--accent)}.admin-module__aXBbkG__main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:48px 40px 90px}.admin-module__aXBbkG__pageHead{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px;display:flex}.admin-module__aXBbkG__pageTitle{font-family:var(--font-d);color:var(--white);font-size:clamp(28px,4vw,42px);font-weight:300;line-height:1.1}.admin-module__aXBbkG__pageTitle em{color:var(--cream);font-style:italic}.admin-module__aXBbkG__hint{letter-spacing:.04em;color:var(--muted);margin:4px 0 28px;font-size:11px}.admin-module__aXBbkG__backLink{letter-spacing:.2em;text-transform:uppercase;color:var(--light);margin-bottom:22px;font-size:10px;text-decoration:none;transition:color .2s;display:inline-block}.admin-module__aXBbkG__backLink:hover{color:var(--accent)}.admin-module__aXBbkG__btnPrimary{background:var(--accent);color:var(--black);font-family:var(--font-b);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;padding:12px 26px;font-size:10px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.admin-module__aXBbkG__btnPrimary:hover{background:var(--cream)}.admin-module__aXBbkG__btnOutline{color:var(--light);border:1px solid var(--border);font-family:var(--font-b);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;background:0 0;padding:11px 22px;font-size:10px;text-decoration:none;transition:border-color .2s,color .2s;display:inline-block}.admin-module__aXBbkG__btnOutline:hover{border-color:var(--accent);color:var(--accent)}.admin-module__aXBbkG__btnDanger{color:#b75c5c;font-family:var(--font-b);letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:0;font-size:10px;transition:color .2s}.admin-module__aXBbkG__btnDanger:hover{color:#e07a7a}.admin-module__aXBbkG__list{flex-direction:column;gap:10px;display:flex}.admin-module__aXBbkG__row{background:var(--off-black);border:1px solid var(--border);align-items:center;gap:16px;padding:12px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.admin-module__aXBbkG__rowDragging{border-color:var(--accent);box-shadow:0 22px 55px #000000a6}.admin-module__aXBbkG__dragHandle{cursor:grab;color:var(--muted);touch-action:none;flex-shrink:0;padding:6px 4px;font-size:15px;line-height:1;transition:color .2s}.admin-module__aXBbkG__dragHandle:hover{color:var(--accent)}.admin-module__aXBbkG__dragHandle:active{cursor:grabbing}.admin-module__aXBbkG__rowThumb{object-fit:cover;background:var(--dark);border:1px solid var(--border);flex-shrink:0;width:68px;height:46px}.admin-module__aXBbkG__rowThumbEmpty{background:var(--dark);border:1px solid var(--border);flex-shrink:0;width:68px;height:46px}.admin-module__aXBbkG__rowMain{flex:1;min-width:0}.admin-module__aXBbkG__rowTitle{font-family:var(--font-d);color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:1.2;overflow:hidden}.admin-module__aXBbkG__rowMeta{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:3px;font-size:10px}.admin-module__aXBbkG__rowActions{flex-shrink:0;align-items:center;gap:16px;display:flex}.admin-module__aXBbkG__rowLink{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-size:10px;text-decoration:none;transition:color .2s}.admin-module__aXBbkG__rowLink:hover{color:var(--cream)}.admin-module__aXBbkG__saveState{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);min-height:14px;margin-top:14px;font-size:10px}.admin-module__aXBbkG__saveStateActive{color:var(--accent)}.admin-module__aXBbkG__empty{color:var(--muted);padding:40px 0;font-size:13px}.admin-module__aXBbkG__editorLayout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:44px;display:grid}.admin-module__aXBbkG__formCol{min-width:0}.admin-module__aXBbkG__previewCol{position:sticky;top:100px}.admin-module__aXBbkG__grid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.admin-module__aXBbkG__grid2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.admin-module__aXBbkG__field{gap:6px;margin-bottom:18px;display:grid}.admin-module__aXBbkG__label{letter-spacing:.2em;text-transform:uppercase;color:var(--light);font-size:10px}.admin-module__aXBbkG__input,.admin-module__aXBbkG__select{background:var(--dark);border:1px solid var(--border);width:100%;max-width:100%;color:var(--white);font-family:var(--font-b);padding:11px 12px;font-size:14px;transition:border-color .2s}.admin-module__aXBbkG__input:focus,.admin-module__aXBbkG__select:focus{border-color:var(--accent);outline:none}.admin-module__aXBbkG__input::placeholder{color:var(--muted)}.admin-module__aXBbkG__select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--light) 50%), linear-gradient(135deg, var(--light) 50%, transparent 50%);cursor:pointer;background-position:calc(100% - 18px),calc(100% - 13px);background-repeat:no-repeat;background-size:5px 5px,5px 5px}.admin-module__aXBbkG__select option{background:var(--off-black);color:var(--white)}.admin-module__aXBbkG__submitRow{align-items:center;gap:14px;margin-top:26px;display:flex}.admin-module__aXBbkG__previewPanel{border:1px solid var(--border);background:var(--off-black);padding:20px}.admin-module__aXBbkG__previewLabel{letter-spacing:.3em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;margin-bottom:16px;font-size:9px;display:flex}.admin-module__aXBbkG__previewLabel:before{content:"";background:var(--accent);width:20px;height:1px}.admin-module__aXBbkG__previewHint{letter-spacing:.04em;color:var(--muted);margin-top:14px;font-size:10px;line-height:1.5}.admin-module__aXBbkG__loginWrap{background:var(--black);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-module__aXBbkG__loginCard{background:var(--off-black);border:1px solid var(--border);width:100%;max-width:380px;padding:42px 34px}.admin-module__aXBbkG__loginTag{letter-spacing:.34em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-size:8px}.admin-module__aXBbkG__loginTitle{font-family:var(--font-d);color:var(--white);margin-bottom:28px;font-size:26px;font-weight:300}.admin-module__aXBbkG__loginForm{gap:14px;display:grid}.admin-module__aXBbkG__errorText{color:#e07a7a;letter-spacing:.03em;margin-top:16px;font-size:12px}@media (max-width:900px){.admin-module__aXBbkG__editorLayout{grid-template-columns:1fr;gap:32px}.admin-module__aXBbkG__previewCol{order:-1;position:static}}@media (max-width:720px){.admin-module__aXBbkG__header{padding:14px 20px}.admin-module__aXBbkG__headerActions{gap:16px}.admin-module__aXBbkG__main{padding:32px 20px 64px}.admin-module__aXBbkG__grid3,.admin-module__aXBbkG__grid2{grid-template-columns:1fr}.admin-module__aXBbkG__row{gap:12px;padding:12px}.admin-module__aXBbkG__rowThumb,.admin-module__aXBbkG__rowThumbEmpty{display:none}.admin-module__aXBbkG__rowActions{gap:12px}}
.Contact-module__OWeMSG__contact{background:var(--dark);border-top:1px solid var(--border)}.Contact-module__OWeMSG__contactGrid{grid-template-columns:repeat(4,1fr);gap:48px;display:grid}.Contact-module__OWeMSG__mapWrap{border:1px solid var(--border);background:var(--off-black);margin-top:56px}.Contact-module__OWeMSG__mapWrap iframe{filter:invert(.9)hue-rotate(180deg)grayscale(.15);border:0;width:100%;height:380px;display:block}.Contact-module__OWeMSG__contactBlockTitle{letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;font-size:9px}.Contact-module__OWeMSG__contactBlock p{color:var(--cream);font-size:14px;line-height:1.8}.Contact-module__OWeMSG__contactBlock a{color:var(--cream);text-decoration:none;transition:color .2s}.Contact-module__OWeMSG__contactBlock a:hover{color:var(--accent)}.Contact-module__OWeMSG__apptBadge{background:var(--mid);border:1px solid var(--border);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-top:10px;padding:5px 12px;font-size:9px;display:inline-block}@media (max-width:1100px){.Contact-module__OWeMSG__contactGrid{grid-template-columns:1fr;gap:48px}}
.inventory-module__GhBsia__page{background:var(--black);min-height:100vh;padding-top:72px}.inventory-module__GhBsia__back{color:var(--light);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;font-size:11px;font-family:var(--font-b);align-items:center;gap:10px;padding:28px 80px 0;text-decoration:none;transition:color .2s;display:flex}.inventory-module__GhBsia__back:hover{color:var(--accent)}.inventory-module__GhBsia__back:before{content:"←";font-size:14px}@media (max-width:1100px){.inventory-module__GhBsia__back{padding:24px 40px 0}}@media (max-width:720px){.inventory-module__GhBsia__back{padding:20px 20px 0}}
.vdp-module__NS1gYW__vdp{background:var(--black);min-height:100vh;padding-top:72px}.vdp-module__NS1gYW__back{color:var(--light);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;font-size:11px;font-family:var(--font-b);background:0 0;border:none;align-items:center;gap:10px;padding:28px 80px 0;text-decoration:none;transition:color .2s;display:flex}.vdp-module__NS1gYW__back:hover{color:var(--accent)}.vdp-module__NS1gYW__back:before{content:"←";font-size:14px}.vdp-module__NS1gYW__gallery{padding:24px 80px 0}.vdp-module__NS1gYW__mainImgWrap{aspect-ratio:16/9;background:var(--dark);width:100%;position:relative;overflow:hidden}.vdp-module__NS1gYW__mainImg{object-fit:cover;object-position:center}.vdp-module__NS1gYW__navBtn{z-index:2;border:1px solid var(--border);width:44px;height:44px;color:var(--light);cursor:pointer;background:#0a0a0a8c;justify-content:center;align-items:center;padding:0 0 4px;font-size:26px;line-height:1;transition:background .2s,border-color .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.vdp-module__NS1gYW__navBtn:hover,.vdp-module__NS1gYW__navBtn:focus-visible{border-color:var(--accent);color:var(--accent);background:#0a0a0ad9}.vdp-module__NS1gYW__navBtnPrev{left:16px}.vdp-module__NS1gYW__navBtnNext{right:16px}.vdp-module__NS1gYW__counter{z-index:2;border:1px solid var(--border);color:var(--light);letter-spacing:.12em;background:#0a0a0a8c;padding:4px 10px;font-size:11px;position:absolute;bottom:12px;right:16px}.vdp-module__NS1gYW__thumbsRow{scrollbar-width:thin;scrollbar-color:#c9b98a80 var(--dark);gap:6px;margin-top:6px;padding-bottom:6px;display:flex;overflow-x:auto}.vdp-module__NS1gYW__thumbsRow::-webkit-scrollbar{height:8px}.vdp-module__NS1gYW__thumbsRow::-webkit-scrollbar-track{background:var(--dark)}.vdp-module__NS1gYW__thumbsRow::-webkit-scrollbar-thumb{background:#c9b98a80}.vdp-module__NS1gYW__thumbsRow::-webkit-scrollbar-thumb:hover{background:#c9b98acc}.vdp-module__NS1gYW__thumbBtn{cursor:pointer;opacity:.5;background:0 0;border:1px solid #0000;flex-shrink:0;padding:0;transition:opacity .2s}.vdp-module__NS1gYW__thumb{object-fit:cover;width:100px;height:67px;display:block}.vdp-module__NS1gYW__thumbActive,.vdp-module__NS1gYW__thumbBtn:hover,.vdp-module__NS1gYW__thumbBtn:focus-visible{opacity:1;border-color:var(--accent)}.vdp-module__NS1gYW__body{grid-template-columns:1fr 340px;align-items:start;gap:60px;padding:48px 80px 100px;display:grid}.vdp-module__NS1gYW__yearBadge{letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:10px}.vdp-module__NS1gYW__title{font-family:var(--font-d);color:var(--white);margin-bottom:12px;font-size:clamp(36px,5vw,64px);font-weight:300;line-height:1.05}.vdp-module__NS1gYW__badgeRow{margin-bottom:32px}.vdp-module__NS1gYW__specs{background:var(--border);grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:40px;display:grid}.vdp-module__NS1gYW__spec{background:var(--off-black);padding:20px 22px}.vdp-module__NS1gYW__specLabel{letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;font-size:9px}.vdp-module__NS1gYW__specValue{color:var(--white);min-height:1.7em;font-size:15px;font-weight:300}.vdp-module__NS1gYW__highlights{border:1px solid var(--border)}.vdp-module__NS1gYW__highlightsHeader{cursor:pointer;background:var(--off-black);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.vdp-module__NS1gYW__highlightsHeader h4{font-family:var(--font-d);color:var(--white);font-size:18px;font-weight:400}.vdp-module__NS1gYW__highlightsToggle{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;line-height:1;transition:transform .3s}.vdp-module__NS1gYW__highlightsToggleOpen{transform:rotate(45deg)}.vdp-module__NS1gYW__highlightsBody{max-height:0;padding:0 22px;transition:max-height .4s,padding .3s;overflow:hidden}.vdp-module__NS1gYW__highlightsBodyOpen{max-height:800px;padding:22px}.vdp-module__NS1gYW__highlightsBody p,.vdp-module__NS1gYW__highlightsBody li{color:var(--light);font-size:14px;line-height:1.9}.vdp-module__NS1gYW__highlightsBody a{color:var(--accent)}.vdp-module__NS1gYW__right{position:sticky;top:96px}.vdp-module__NS1gYW__priceBlock{background:var(--dark);border:1px solid var(--border);margin-bottom:16px;padding:28px}.vdp-module__NS1gYW__priceLabel{letter-spacing:.25em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:9px}.vdp-module__NS1gYW__price{font-family:var(--font-d);color:var(--white);margin-bottom:20px;font-size:32px;font-weight:300}.vdp-module__NS1gYW__inquireBtn{background:var(--accent);width:100%;color:var(--black);font-family:var(--font-b);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;text-align:center;border:none;padding:16px;font-size:10px;font-weight:500;transition:background .2s;display:block}.vdp-module__NS1gYW__inquireBtn:hover{background:var(--cream)}.vdp-module__NS1gYW__shareBtn{width:100%;color:var(--accent);border:1px solid var(--accent);font-family:var(--font-b);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;text-align:center;background:0 0;margin-top:10px;padding:15px;font-size:10px;font-weight:500;transition:background .2s,color .2s;display:block}.vdp-module__NS1gYW__shareBtn:hover{background:var(--accent);color:var(--black)}@media (max-width:1100px){.vdp-module__NS1gYW__body{grid-template-columns:1fr;gap:40px;padding:40px 40px 80px}.vdp-module__NS1gYW__gallery,.vdp-module__NS1gYW__back{padding:20px 40px 0}.vdp-module__NS1gYW__right{position:static}.vdp-module__NS1gYW__specs{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.vdp-module__NS1gYW__body{padding:32px 20px 64px}.vdp-module__NS1gYW__gallery,.vdp-module__NS1gYW__back{padding:16px 20px 0}.vdp-module__NS1gYW__specs{grid-template-columns:1fr 1fr}}
.InquireModal-module__JWz2YG__overlay{z-index:500;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.InquireModal-module__JWz2YG__overlayOpen{display:flex}.InquireModal-module__JWz2YG__modal{background:var(--dark);border:1px solid var(--border);width:100%;max-width:520px;max-height:90vh;padding:44px;position:relative;overflow-y:auto}.InquireModal-module__JWz2YG__closeBtn{color:var(--light);cursor:pointer;background:0 0;border:none;font-size:20px;line-height:1;transition:color .2s;position:absolute;top:16px;right:20px}.InquireModal-module__JWz2YG__closeBtn:hover{color:var(--white)}.InquireModal-module__JWz2YG__title{font-family:var(--font-d);color:var(--white);margin-bottom:6px;font-size:28px;font-weight:300}.InquireModal-module__JWz2YG__subtitle{color:var(--muted);letter-spacing:.04em;margin-bottom:28px;font-size:12px}.InquireModal-module__JWz2YG__form{flex-direction:column;gap:12px;display:flex}.InquireModal-module__JWz2YG__formRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.InquireModal-module__JWz2YG__formGroup{flex-direction:column;gap:6px;display:flex}.InquireModal-module__JWz2YG__formGroup label{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:9px}.InquireModal-module__JWz2YG__formGroup input,.InquireModal-module__JWz2YG__formGroup textarea{background:var(--mid);border:1px solid var(--border);color:var(--white);font-family:var(--font-b);-webkit-appearance:none;outline:none;padding:11px 14px;font-size:13px;font-weight:300;transition:border-color .2s}.InquireModal-module__JWz2YG__formGroup input:focus,.InquireModal-module__JWz2YG__formGroup textarea:focus{border-color:var(--accent)}.InquireModal-module__JWz2YG__formGroup textarea{resize:vertical;min-height:80px}.InquireModal-module__JWz2YG__submitBtn{background:var(--accent);color:var(--black);font-family:var(--font-b);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;margin-top:4px;padding:15px;font-size:10px;font-weight:500;transition:background .2s}.InquireModal-module__JWz2YG__submitBtn:hover{background:var(--cream)}.InquireModal-module__JWz2YG__toast{background:var(--dark);border:1px solid var(--accent);color:var(--white);letter-spacing:.05em;z-index:999;opacity:0;pointer-events:none;padding:14px 22px;font-size:12px;transition:all .3s;position:fixed;bottom:28px;right:28px;transform:translateY(6px)}.InquireModal-module__JWz2YG__toastVisible{opacity:1;transform:translateY(0)}@media (max-width:720px){.InquireModal-module__JWz2YG__modal{padding:28px 20px}.InquireModal-module__JWz2YG__formRow{grid-template-columns:1fr}}
.RichTextEditor-module__MDRY8q__content p{margin:0 0 .6em}:is(.RichTextEditor-module__MDRY8q__content h2,.RichTextEditor-module__MDRY8q__content h3,.RichTextEditor-module__MDRY8q__content h4){color:#f2f2f2;margin:.6em 0 .4em}:is(.RichTextEditor-module__MDRY8q__content ul,.RichTextEditor-module__MDRY8q__content ol){margin:0 0 .6em;padding-left:1.4em}.RichTextEditor-module__MDRY8q__content blockquote{color:#c9c9c9;border-left:3px solid #c8a45c;margin:0 0 .6em;padding-left:.9em}.RichTextEditor-module__MDRY8q__content a{color:#c8a45c}
