:root {
  --ink: #252c19;
  --gray: #707070;
  --silver: #c5c7b9;
  --white: #fff;
  --line: rgba(32,31,34,.18);
  --page-x: clamp(24px,5.555vw,80px);
  --font: "Inter","Helvetica Neue",Arial,sans-serif;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; border: 0; font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { padding-inline: var(--page-x); }
.brand { display: inline-flex; align-items: baseline; gap: 8px; font-size: 23px; font-weight: 500; letter-spacing: -.05em; white-space: nowrap; }
.brand small { font-size: 9px; letter-spacing: .18em; }
.catalog-header { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 112px; align-items: center; border-bottom: 1px solid var(--line); }
.catalog-nav { display: flex; align-items: center; gap: clamp(24px,3vw,58px); color: var(--gray); font-size: 14px; }
.catalog-nav a,.catalog-footer a { transition: color 180ms ease; }
.catalog-nav a:hover,.catalog-footer a:hover { color: var(--ink); }
.header-back { display: inline-flex; justify-self: end; align-items: center; gap: 12px; font-size: 14px; }
.header-back i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; font-style: normal; }
.header-back svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.section-index { margin: 0; color: var(--gray); font-size: 14px; letter-spacing: .04em; }
.section-index span { color: var(--ink); }
.catalog-intro { padding-top: clamp(60px,6vw,116px); padding-bottom: clamp(70px,7.8vw,150px); }
.catalog-intro__copy { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(300px,.7fr); gap: clamp(40px,8vw,150px); align-items: end; margin-top: clamp(48px,5vw,96px); }
.catalog-intro h1 { margin: 0; font-size: clamp(58px,7.2vw,138px); font-weight: 400; line-height: .86; letter-spacing: -.075em; }
.catalog-intro h1 span { color: #aaa; }
.catalog-intro__lead p { margin: 0; color: var(--gray); font-size: clamp(16px,1.05vw,20px); line-height: 1.5; }
.pill-button { display: inline-flex; width: max-content; min-width: 250px; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding-left: 28px; border-radius: 999px; color: var(--white); background: var(--ink); font-size: 15px; font-weight: 500; }
.pill-button i { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; margin-right: 5px; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 20px; font-style: normal; transition: transform 180ms ease; }
.pill-button:hover i { transform: rotate(8deg); }
.pill-button--inverse { color: var(--ink); background: var(--white); }
.pill-button--inverse i { color: var(--white); background: var(--ink); }
.catalog-facts { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(72px,8vw,150px); border-top: 1px solid var(--ink); }
.catalog-facts > div { min-width: 0; padding: 22px 20px 0 0; }
.catalog-facts > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.catalog-facts span { display: block; color: var(--gray); font-size: 12px; text-transform: uppercase; }
.catalog-facts strong { display: block; margin-top: 25px; font-size: clamp(28px,2.4vw,46px); font-weight: 400; letter-spacing: -.055em; }
.models { border-top: 1px solid var(--line); }
.model { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(450px,.85fr); min-height: 100svh; }
.model--reverse .model__visual { order: 2; }
.model--dark { --gray: #c5c7b9; color: var(--white); background: var(--ink); }
.model__visual { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.model__visual > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.22,.61,.36,1); }
.model__visual::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(15,15,16,.28),transparent 45%,rgba(15,15,16,.5)); content: ""; }
.model:hover .model__visual > img { transform: scale(1.025); }
.model__code { position: absolute; right: 3vw; bottom: 1vw; color: rgba(255,255,255,.16); font-size: clamp(100px,15vw,290px); font-weight: 500; line-height: .8; letter-spacing: -.1em; }
.model__tag { position: absolute; top: clamp(26px,3vw,56px); left: clamp(24px,3vw,58px); margin: 0; padding: 11px 17px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: var(--white); background: rgba(32,31,34,.12); font-size: 13px; backdrop-filter: blur(8px); }
.model__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(66px,6vw,116px) clamp(34px,5vw,94px); }
.model__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.model__head p { margin: 0 0 14px; color: var(--gray); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.model__head h2 { margin: 0; font-size: clamp(54px,5.2vw,100px); font-weight: 400; line-height: .9; letter-spacing: -.07em; }
.model__status { display: inline-flex; align-items: center; gap: 8px; padding-top: 8px; color: var(--gray); font-size: 13px; white-space: nowrap; }
.model__status i { width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.model__description { max-width: 620px; margin: clamp(36px,4vw,72px) 0 0; color: var(--gray); font-size: clamp(16px,1.05vw,20px); line-height: 1.5; }
.model__metrics { display: grid; grid-template-columns: 1fr 1fr; margin: 40px 0 0; border-top: 1px solid currentColor; }
.model__metrics div { padding: 20px 16px 20px 0; border-bottom: 1px solid var(--line); }
.model--dark .model__metrics div { border-color: rgba(255,255,255,.2); }
.model__metrics div:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.model--dark .model__metrics div:nth-child(even) { border-color: rgba(255,255,255,.2); }
.model__metrics dt { color: var(--gray); font-size: 12px; text-transform: uppercase; }
.model__metrics dd { margin: 12px 0 0; font-size: clamp(22px,1.8vw,34px); letter-spacing: -.04em; }
.model__plans { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.plan-preview { display: block; padding: 12px; border: 0; background: #f5f5f5; text-align: left; cursor: zoom-in; }
.model__plans img { width: 100%; height: 135px; object-fit: contain; }
.plan-preview span { display: block; margin-top: 10px; color: var(--gray); font-size: 11px; }
.compare { padding-top: clamp(90px,9vw,172px); padding-bottom: clamp(100px,10vw,190px); }
.compare__heading { display: grid; grid-template-columns: 1.1fr .6fr; gap: 60px; align-items: end; margin-top: 52px; }
.compare h2,.catalog-plan h2,.catalog-cta h2 { margin: 0; font-size: clamp(48px,5vw,96px); font-weight: 400; line-height: .94; letter-spacing: -.065em; }
.compare__heading p,.catalog-plan__heading > div > p,.catalog-cta > div > p { max-width: 540px; margin: 0; color: var(--gray); font-size: 18px; line-height: 1.5; }
.compare-table { margin-top: clamp(68px,7vw,130px); border-top: 1px solid var(--ink); }
.compare-table__row { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); border-bottom: 1px solid var(--line); }
.compare-table__row > * { min-width: 0; padding: 22px 20px 22px 0; }
.compare-table__row > * + * { padding-left: 20px; border-left: 1px solid var(--line); }
.compare-table__row span { color: var(--gray); font-size: 14px; }
.compare-table__row strong,.compare-table__row a { font-size: clamp(17px,1.25vw,24px); font-weight: 400; }
.compare-table__head a { font-size: clamp(28px,2.4vw,46px); letter-spacing: -.05em; }
.compare-table__head a { display: inline-flex; align-items: center; gap: 8px; }
.compare-table__head a svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.catalog-plan { --gray: #c5c7b9; overflow: hidden; padding-block: clamp(90px,8vw,154px); color: var(--white); background: var(--ink); }
.catalog-plan .section-index span { color: var(--white); }
.catalog-plan__heading > div { display: grid; grid-template-columns: 1.1fr .7fr; gap: 60px; align-items: end; margin-top: 52px; }
.catalog-plan__layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(340px,.45fr); gap: clamp(18px,2vw,38px); margin-top: clamp(65px,7vw,130px); }
.catalog-plan__media { position: relative; aspect-ratio: 1.5; overflow: hidden; }
.catalog-plan__media > img { width: 100%; height: 100%; object-fit: cover; }
.unit-pin { position: absolute; top: var(--y); left: var(--x); display: grid; width: clamp(34px,2.6vw,50px); height: clamp(34px,2.6vw,50px); place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: var(--white); background: rgba(32,31,34,.66); font-size: 13px; backdrop-filter: blur(5px); }
.unit-pin.is-sale { color: var(--ink); background: var(--white); }
.unit-pin.is-sold { opacity: .72; background: var(--ink); cursor: pointer; }
.unit-pin.is-active { box-shadow: 0 0 0 6px rgba(255,255,255,.25); }
.catalog-plan__panel { display: flex; min-width: 0; flex-direction: column; padding: clamp(28px,3vw,54px); border: 1px solid rgba(255,255,255,.2); }
.catalog-plan__panel > p { margin: 0; color: var(--gray); font-size: 13px; text-transform: uppercase; }
.catalog-plan__panel h3 { margin: 20px 0 0; font-size: clamp(68px,6.2vw,119px); font-weight: 400; line-height: .9; letter-spacing: -.075em; }
.catalog-plan__panel dl { margin: auto 0 0; }
.catalog-plan__panel dl div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.catalog-plan__panel dt { color: var(--gray); font-size: 12px; text-transform: uppercase; }
.catalog-plan__panel dd { margin: 0; font-size: 18px; }
.catalog-plan__panel .pill-button { width: 100%; min-width: 0; margin-top: 30px; }
.catalog-plan__legend { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; color: var(--gray); font-size: 11px; }
.catalog-plan__legend span { display: inline-flex; align-items: center; gap: 7px; }
.catalog-plan__legend i { width: 8px; height: 8px; border-radius: 50%; }
.catalog-plan__legend .is-sale { background: var(--white); }
.catalog-plan__legend .is-sold { background: #343337; }
.catalog-cta { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; padding-top: clamp(100px,10vw,190px); padding-bottom: clamp(100px,10vw,190px); }
.catalog-cta > div > p { margin-top: 34px; }
.catalog-footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr auto; gap: 40px; align-items: end; min-height: 210px; padding-block: 54px; color: var(--silver); background: var(--ink); }
.catalog-footer nav { display: flex; gap: 26px; font-size: 14px; }
.catalog-footer > div { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.catalog-footer p { margin: 0; font-size: 13px; white-space: nowrap; }
.brand--footer { color: var(--white); }
.plan-lightbox[hidden], .catalog-application[hidden] { display: none; }
.plan-lightbox, .catalog-application { position: fixed; inset: 0; z-index: 100; display: grid; padding: max(20svh, 90px) 20px 20px; }
.plan-lightbox__backdrop, .catalog-application__backdrop { position: absolute; inset: 0; border: 0; background: rgba(12,12,14,.84); backdrop-filter: blur(12px); }
.plan-lightbox__dialog { position: relative; display: grid; max-width: min(100%, 880px); max-height: 100%; place-self: end center; padding: 20px; background: #f5f5f5; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.plan-lightbox__dialog img { width: min(100%, 760px); max-height: calc(80svh - 40px); object-fit: contain; }
.plan-lightbox__close, .catalog-application__close { position: absolute; top: 12px; right: 12px; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(32,31,34,.18); border-radius: 50%; background: rgba(255,255,255,.86); font-size: 26px; line-height: 1; }
.catalog-application__dialog { position: relative; width: min(100%, 580px); place-self: center; padding: clamp(34px,6vw,68px); color: var(--white); background: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.catalog-application__dialog > span { color: #c5a883; font-size: 10px; letter-spacing: .14em; }
.catalog-application__dialog h2 { margin: 22px 0 16px; font-size: clamp(34px,5vw,58px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.catalog-application__dialog > p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }
.catalog-application form { display: grid; gap: 0; margin-top: 34px; }
.catalog-application label { display: block; border-bottom: 1px solid rgba(255,255,255,.35); }
.catalog-application input:not([type="hidden"]) { width: 100%; padding: 18px 0; border: 0; outline: 0; color: var(--white); background: transparent; font: inherit; font-size: clamp(26px,3.3vw,36px); line-height: 1.15; }
.catalog-application input::placeholder { color: rgba(255,255,255,.7); }
.catalog-application__datetime { display: grid !important; width: 100%; grid-template-columns: 28px 1fr 28px; gap: 14px; align-items: center; min-height: 78px !important; padding: 0 !important; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.35) !important; border-radius: 0 !important; color: rgba(255,255,255,.72) !important; background: transparent !important; font-size: clamp(24px,3.1vw,34px) !important; font-weight: 400 !important; text-align: center; }
.catalog-application__datetime.has-value { color: var(--white) !important; font-size: clamp(18px,2.4vw,26px) !important; }
.catalog-application__datetime > svg, .catalog-application__datetime i svg, .catalog-application__submit i svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.catalog-application__datetime i { display: block !important; width: 28px !important; height: 28px !important; color: currentColor !important; background: transparent !important; }
.catalog-application__submit { display: flex; align-items: center; justify-content: space-between; min-height: 78px; margin-top: 30px; padding: 0 10px 0 28px; border: 0; border-radius: 999px; color: var(--ink); background: var(--white); font-size: clamp(18px,2.2vw,28px); font-weight: 400; }
.catalog-application__submit i { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-style: normal; }
.catalog-application__note { margin: 26px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.45; }
.catalog-application__close { display: grid; place-items: center; border-color: rgba(255,255,255,.26); background: var(--ink); }
.catalog-application__close span { grid-area: 1 / 1; display: block; width: 16px; height: 1.5px; background: var(--white); transform: rotate(45deg); }
.catalog-application__close span + span { transform: rotate(-45deg); }
.catalog-application form p { min-height: 18px; margin: 0; color: #eab0a8; font-size: 12px; }
.catalog-application__note { min-height: 0 !important; margin: 26px 0 0 !important; color: rgba(255,255,255,.7) !important; font-size: 14px !important; }
.catalog-application__success[hidden] { display: none; }
.catalog-application__success > span { color: #c5a883; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.catalog-application__success h2 { margin: 22px 0 16px; font-size: clamp(34px,5vw,58px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.catalog-application__success > p { max-width: 38ch; margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }
.catalog-application__success a { display: flex; align-items: center; justify-content: space-between; min-height: 68px; margin-top: 34px; padding: 0 10px 0 24px; color: var(--ink); border-radius: 999px; background: var(--white); font-size: 15px; }
.catalog-application__success a i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); }
.catalog-application__success a svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
body.is-overlay-open { overflow: hidden; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

@media (max-width: 1050px) {
  .catalog-nav { display: none; }
  .catalog-header { grid-template-columns: 1fr auto; }
  .catalog-intro__copy,.compare__heading,.catalog-plan__heading > div { grid-template-columns: 1fr; }
  .catalog-intro__lead { max-width: 620px; }
  .model { grid-template-columns: 1fr; }
  .model__visual,.model__content { min-height: 78svh; }
  .model--reverse .model__visual { order: 0; }
  .model__content { min-height: auto; }
  .catalog-plan__layout { grid-template-columns: 1fr; }
  .catalog-plan__panel { min-height: 520px; }
  .catalog-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .catalog-header { min-height: 84px; }
  .header-back span { display: none; }
  .header-back i { width: 44px; height: 44px; }
  .catalog-intro { padding-top: 52px; }
  .catalog-intro__copy { margin-top: 38px; }
  .catalog-intro h1 { font-size: clamp(52px,16vw,74px); line-height: .91; }
  .catalog-facts { grid-template-columns: 1fr 1fr; }
  .catalog-facts > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .catalog-facts > div:nth-child(n+3) { padding-top: 25px; border-top: 1px solid var(--line); }
  .model__visual { min-height: 62svh; }
  .model__content { padding: 72px 20px 84px; }
  .model__head { display: block; }
  .model__status { margin-top: 24px; }
  .model__metrics { grid-template-columns: 1fr; }
  .model__metrics div:nth-child(even) { padding-left: 0; border-left: 0; }
  .model__plans { gap: 8px; }
  .plan-preview { padding: 8px; }
  .model__plans img { height: 115px; }
  .model__code { right: 8vw; bottom: 4vw; font-size: 31vw; }
  .compare__heading { margin-top: 36px; }
  .compare-table { overflow-x: auto; margin-right: calc(var(--page-x) * -1); padding-right: var(--page-x); }
  .compare-table__row { width: 700px; grid-template-columns: 140px repeat(3,1fr); }
  .catalog-plan__heading > div { margin-top: 36px; }
  .catalog-plan__layout { padding-inline: 0; }
  .catalog-plan__media { width: 100%; height: 83.33vw; aspect-ratio: auto; overflow: hidden; }
  .catalog-plan__media > img { width: 125%; max-width: none; height: 100%; margin-left: -12.5%; object-fit: fill; }
  .catalog-plan__panel { min-height: auto; margin-inline: 20px; padding: 34px 24px; }
  .catalog-plan__panel dl { margin-top: 52px; }
  .unit-pin { left: var(--mobile-x); width: 36px; height: 36px; font-size: 11px; }
  .catalog-cta { grid-template-columns: 1fr; gap: 42px; }
  .catalog-footer { grid-template-columns: 1fr; min-height: auto; gap: 24px; padding-block: 36px; }
  .catalog-footer nav { flex-wrap: wrap; }
  .pill-button { min-width: min(100%,290px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; }
}
.pill-button svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.6; }
