*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;hanging-punctuation:first last;font-size:100%}body{background-color:var(--color-bg);min-height:100dvh;color:var(--color-text);font-family:var(--font-body);font-size:var(--font-size-md);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);text-wrap:balance}p,li{text-wrap:pretty;max-width:75ch}a{color:inherit;text-underline-offset:.2em;transition:opacity var(--ease-default);text-decoration:underline}a:hover{opacity:.75}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}img,video,svg{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;outline:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}ul,ol{list-style:none}hr{border:none;border-top:1px solid var(--color-border)}code,kbd,pre{font-family:ui-monospace,Cascadia Code,Fira Code,monospace;font-size:.9em}::selection{background:var(--color-accent-bg);color:var(--color-accent-fg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:root{--color-bg:#0a0a0a;--color-surface:#111;--color-border:#222;--color-text:#fff;--color-text-muted:#888;--color-text-subtle:#aaa;--color-accent:#fff;--color-accent-bg:#fff;--color-accent-fg:#0a0a0a;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Poppins", system-ui, sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:3rem;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--line-height-tight:1.15;--line-height-normal:1.5;--line-height-loose:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-pill:999px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 12px 32px #0009;--ease-default:.2s ease;--ease-in:.2s ease-in;--ease-out:.2s ease-out;--z-below:-1;--z-base:0;--z-above:10;--z-overlay:100;--z-modal:200;--z-toast:300}.for-sale{background:#0a0a0a;justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex}.for-sale__card{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:520px;display:flex}.for-sale__label{letter-spacing:.2em;text-transform:uppercase;color:#888;margin:0;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}.for-sale__headline{background:linear-gradient(135deg,#fff 30%,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Playfair Display,serif;font-size:clamp(3rem,10vw,6rem);font-weight:900;line-height:1}.for-sale__cta{color:#aaa;margin:0;font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.6}.for-sale__button{color:#0a0a0a;background:#fff;border-radius:999px;margin-top:.5rem;padding:.75rem 2rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.for-sale__button:hover{opacity:.85}
