:root{--color-brand-primary:#7b1fa2;--color-brand-primary-dark:#6a1b9a;--color-brand-primary-light:#ab47bc;--color-brand-secondary:#424242;--color-semantic-success:#388e3c;--color-semantic-warning:#f57c00;--color-semantic-error:#d32f2f;--color-semantic-error-bg:#fdecec;--color-surface-background:#fff;--color-surface-elevated:#faf5fc;--color-surface-page-bg:#f8fafc;--color-surface-dark-background:#0a0a0a;--color-surface-dark-foreground:#ededed;--color-surface-mobile-adaptive-icon-bg:#e6f4fe;--color-text-primary:#1a1a1a;--color-text-secondary:#666;--color-text-on-primary:#fff;--color-border-default:#e0e0e0;--space-base:4px;--space-xxs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:20px;--space-xl:24px;--space-2xl:32px;--space-3xl:40px;--space-4xl:48px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--typography-font-family-system:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;--typography-h1-font-family:var(--typography-font-family-system);--typography-h1-font-size:32px;--typography-h1-font-weight:600;--typography-h1-line-height:40px;--typography-h2-font-family:var(--typography-font-family-system);--typography-h2-font-size:24px;--typography-h2-font-weight:600;--typography-h2-line-height:32px;--typography-h3-font-family:var(--typography-font-family-system);--typography-h3-font-size:18px;--typography-h3-font-weight:600;--typography-h3-line-height:24px;--typography-h4-font-family:var(--typography-font-family-system);--typography-h4-font-size:16px;--typography-h4-font-weight:600;--typography-h4-line-height:22px;--typography-body-large-font-family:var(--typography-font-family-system);--typography-body-large-font-size:16px;--typography-body-large-font-weight:400;--typography-body-large-line-height:24px;--typography-body-font-family:var(--typography-font-family-system);--typography-body-font-size:14px;--typography-body-font-weight:400;--typography-body-line-height:20px;--typography-body-small-font-family:var(--typography-font-family-system);--typography-body-small-font-size:12px;--typography-body-small-font-weight:400;--typography-body-small-line-height:16px;--typography-caption-font-family:var(--typography-font-family-system);--typography-caption-font-size:11px;--typography-caption-font-weight:400;--typography-caption-line-height:14px;--typography-number-large-font-family:var(--typography-font-family-system);--typography-number-large-font-size:32px;--typography-number-large-font-weight:700;--typography-number-large-line-height:40px;--typography-number-medium-font-family:var(--typography-font-family-system);--typography-number-medium-font-size:18px;--typography-number-medium-font-weight:600;--typography-number-medium-line-height:24px;--typography-number-small-font-family:var(--typography-font-family-system);--typography-number-small-font-size:14px;--typography-number-small-font-weight:600;--typography-number-small-line-height:20px}
*{box-sizing:border-box}html,body{font-family:var(--typography-font-family-system);background:var(--color-surface-background);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;line-height:1.5}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{padding:var(--space-lg) var(--space-xl);justify-content:space-between;align-items:center;display:flex}.wordmark{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:var(--typography-body-font-size);font-weight:var(--typography-h4-font-weight);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-primary);align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.wordmark:hover{color:var(--color-brand-primary)}.wordmark svg{flex-shrink:0;width:18px;height:18px}.site-footer{padding:var(--space-xl);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:var(--typography-body-small-font-size);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.site-footer a{color:var(--color-text-secondary);text-decoration:none}.site-footer a:hover,.site-footer a:focus-visible{color:var(--color-brand-primary)}@media (max-width:600px){.site-header,.site-footer{padding:var(--space-md) var(--space-lg)}.site-footer{align-items:flex-start;gap:var(--space-xxs);flex-direction:column}}main{max-width:1120px;padding:var(--space-3xl) var(--space-lg);width:100%;margin:0 auto}.hero{gap:var(--space-xl);grid-template-columns:minmax(0,1fr);grid-template-areas:"lead""body""aside";align-items:start;display:grid}.hero-text-lead{grid-area:lead;max-width:36em}.hero-text-body{grid-area:body;max-width:36em}.hero-aside{grid-area:aside;width:100%}@media (max-width:899px){.hero-aside{max-width:26rem;margin:0 auto}}@media (min-width:900px){.hero{column-gap:var(--space-4xl);row-gap:var(--space-lg);grid-template-columns:minmax(0,1fr) minmax(320px,400px);grid-template-areas:"lead aside""body aside"}.hero-aside{top:var(--space-3xl);position:sticky}}.section-heading{font-size:clamp(1.5rem,1vw + 1.25rem,2rem);font-weight:var(--typography-h4-font-weight);letter-spacing:-.01em;margin:0 0 var(--space-xl);color:var(--color-text-primary);line-height:1.2}.wordmark-mark{object-fit:contain;width:28px;height:24px;display:inline-block}.eyebrow{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:var(--typography-body-small-font-size);font-weight:var(--typography-h4-font-weight);letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand-primary);margin:0 0 var(--space-md)}h1{font-size:clamp(1.75rem,4.5vw + .75rem,3.5rem);font-weight:var(--typography-h1-font-weight);margin:0 0 var(--space-lg);letter-spacing:-.02em;line-height:1.1}.subhead{color:var(--color-text-secondary);margin:0 0 var(--space-xl);max-width:36em;font-size:clamp(1.0625rem,.5vw + 1rem,1.25rem);line-height:1.5}.keyline{background-color:var(--color-brand-primary);height:1px;margin:var(--space-xl) 0;border:0;width:8rem}.rhythm-section{padding-top:calc(var(--space-4xl) * 2)}.cta-section{padding-top:var(--space-3xl);padding-bottom:var(--space-xl);max-width:44rem}.rhythm{gap:var(--space-xl);margin:0;padding:0;list-style:none;display:grid}.rhythm li{font-size:var(--typography-body-large-font-size);gap:var(--space-md);grid-template-columns:max-content 1fr;align-items:baseline;line-height:1.6;display:grid}.rhythm-step{color:var(--color-brand-primary);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:var(--typography-body-small-font-size);font-weight:var(--typography-number-large-font-weight);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;margin-right:0;padding-top:.2rem}@media (min-width:900px){.rhythm{gap:var(--space-2xl);grid-template-columns:repeat(3,1fr)}.rhythm li{gap:var(--space-sm);grid-template-columns:1fr;align-items:start}.rhythm-step{padding-top:0}}@media (max-width:600px){.rhythm li{gap:var(--space-xxs);grid-template-columns:1fr}.rhythm-step{padding-top:0}}.site-footer-meta{gap:var(--space-xxs);flex-direction:column;display:flex}.site-footer-product,.site-footer-attribution{font-size:inherit;line-height:1.4}.site-footer-attribution a{color:inherit;text-underline-offset:2px;text-decoration:underline}.site-footer-attribution a:hover,.site-footer-attribution a:focus-visible{color:var(--color-brand-primary)}.cta-row{gap:var(--space-md);margin-top:var(--space-md);flex-wrap:wrap;display:flex}.cta{min-height:44px;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-size:var(--typography-body-large-font-size);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;font-family:inherit;font-weight:500;text-decoration:none;transition:background .16s,color .16s,box-shadow .16s,transform .16s,border-color .16s;display:inline-flex}.cta:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.cta--primary{background:var(--color-brand-primary);color:var(--color-text-on-primary);box-shadow:0 1px #0000000a}.cta--primary:hover:not(:disabled){background:var(--color-brand-primary-dark);transform:translateY(-1px);box-shadow:0 6px 18px #7b1fa238}.cta--primary:active:not(:disabled){transform:translateY(0);box-shadow:0 1px #0000000a}.cta--primary:disabled{opacity:.6;cursor:not-allowed}.cta--secondary{background:var(--color-surface-background);color:var(--color-text-secondary);border-color:var(--color-border-default)}.cta--secondary:hover{background:var(--color-surface-elevated);color:var(--color-text-primary);border-color:var(--color-text-secondary)}.request-form{gap:var(--space-md);margin-top:var(--space-md);display:grid}.form-field{gap:var(--space-xxs);display:grid}.form-field label{font-size:var(--typography-body-font-size);color:var(--color-text-primary);font-weight:500}.form-field input,.form-field textarea{font-family:inherit;font-size:var(--typography-body-large-font-size);padding:var(--space-sm) var(--space-md);background:var(--color-surface-background);color:var(--color-text-primary);border:1px solid var(--color-border-default);border-radius:var(--radius-md)}.form-field textarea{resize:vertical;min-height:6rem}.form-field input:focus-visible,.form-field textarea:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px;border-color:var(--color-brand-primary)}.field-error{color:var(--color-semantic-error);font-size:.8125rem}.form-error{color:var(--color-semantic-error);margin:0;font-size:.9375rem;line-height:1.5}.form-error a{color:var(--color-semantic-error);text-underline-offset:2px;font-weight:var(--typography-h4-font-weight);text-decoration:underline}.form-error a:hover,.form-error a:focus-visible{text-decoration-thickness:2px}.form-captcha{margin:0}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.confirmation{margin-top:var(--space-md);padding:var(--space-lg);background:var(--color-surface-elevated);border-radius:var(--radius-md);animation:.48s cubic-bezier(.2,.85,.25,1) both confirmation-rise;position:relative;overflow:hidden}.confirmation:before{content:"";background:var(--color-brand-primary);transform-origin:top;width:3px;animation:.42s cubic-bezier(.3,0,.2,1) .18s both confirmation-border-draw;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.confirmation p{color:var(--color-text-primary);margin:0;font-size:1.0625rem;animation:.32s ease-out .28s both confirmation-text-fade}@keyframes confirmation-rise{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes confirmation-border-draw{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes confirmation-text-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.confirmation,.confirmation:before,.confirmation p{animation:none}.confirmation:before{transform:scaleY(1)}}.colophon{max-width:36rem;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.colophon h1{font-family:var(--typography-font-family-system);font-size:var(--typography-h1-font-size);margin:0 0 var(--space-2xl)}.colophon dl{gap:var(--space-lg) var(--space-xl);font-size:var(--typography-body-font-size);grid-template-columns:7rem 1fr;margin:0;line-height:1.6;display:grid}.colophon dt{color:var(--color-brand-primary);font-weight:var(--typography-number-large-font-weight);letter-spacing:.06em;text-transform:uppercase;font-size:var(--typography-body-small-font-size);padding-top:.15rem}.colophon dd{color:var(--color-text-primary);margin:0}.colophon a{color:var(--color-brand-primary);text-underline-offset:2px;text-decoration:underline}.colophon a:hover{color:var(--color-brand-primary-dark)}.colophon-back{margin-top:var(--space-3xl);font-size:var(--typography-body-small-font-size);letter-spacing:.06em;text-transform:uppercase}@media (max-width:600px){.colophon dl{gap:var(--space-xs) 0;grid-template-columns:1fr}.colophon dt{margin-top:var(--space-md)}.colophon dt:first-of-type{margin-top:0}}.property-card{background:var(--color-surface-background);border:1px solid var(--color-border-default);border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-lg);display:grid;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000005,0 8px 32px #7b1fa20f}.property-card:before{content:"";background:var(--color-brand-primary);height:3px;position:absolute;top:0;left:0;right:0}.property-card-header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.property-card-meta{gap:var(--space-xs);min-width:0;display:grid}.property-card-address-row{align-items:center;gap:var(--space-sm);min-width:0;display:flex}.property-card-mark{width:36px;height:36px;color:var(--color-brand-primary);flex-shrink:0;display:block}.property-card-eyebrow{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:var(--typography-caption-font-size);font-weight:var(--typography-number-large-font-weight);letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand-primary);margin:0}.property-card-address{font-size:var(--typography-body-large-font-size);font-weight:var(--typography-h4-font-weight);color:var(--color-text-primary);margin:0;line-height:1.35}.property-card-rank{flex-shrink:0;justify-items:end;gap:2px;display:grid}.property-card-rank-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.625rem}.property-card-rank-value{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.8125rem;font-weight:var(--typography-number-large-font-weight);color:var(--color-brand-primary);border:1px solid var(--color-brand-primary);border-radius:var(--radius-sm);padding:2px 8px}.property-card-roi{gap:var(--space-xxs);padding:var(--space-md) 0;border-top:1px solid var(--color-border-default);border-bottom:1px solid var(--color-border-default);display:grid}.property-card-roi-label{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:var(--typography-caption-font-size);font-weight:var(--typography-number-large-font-weight);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary)}.property-card-roi-value{font-size:2.75rem;font-weight:var(--typography-number-large-font-weight);letter-spacing:-.02em;color:var(--color-brand-primary);font-variant-numeric:tabular-nums;line-height:1.05}.property-card-roi-detail{color:var(--color-text-secondary);font-size:.8125rem}.property-card-stats{gap:var(--space-sm);grid-template-columns:1fr;margin:0;display:grid}.property-card-stats>div{gap:var(--space-md);grid-template-columns:6rem 1fr;align-items:baseline;display:grid}.property-card-stats dt{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:var(--typography-caption-font-size);font-weight:var(--typography-number-large-font-weight);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary)}.property-card-stats dd{font-size:var(--typography-body-font-size);color:var(--color-text-primary);margin:0}.property-card-footnote{font-size:var(--typography-body-small-font-size);color:var(--color-text-secondary);text-align:center;margin:0;font-style:italic}
