:root{--teal-900:#0f2c2b;--teal-800:#163b3a;--teal-700:#1b4746;--teal-600:#225252;--teal-500:#2e6463;--teal-400:#4c8281;--teal-300:#7ba5a4;--teal-200:#b4cecd;--teal-100:#dce8e7;--teal-50:#eef4f3;--gold-700:#d6920f;--gold-600:#ffba31;--gold-500:#ffc85a;--gold-400:#ffd17c;--gold-300:#ffe0a3;--gold-200:#ffecc4;--gold-100:#fff6e3;--ink-900:#13201f;--ink-700:#33403f;--ink-500:#5c6968;--ink-400:#7c8786;--ink-300:#a7b0af;--line-200:#dde3e2;--line-100:#ecefee;--paper-100:#f6f8f7;--paper-50:#fbfcfb;--white:#fff;--success-600:#2f8f5b;--success-100:#e2f2e9;--danger-600:#c0492f;--danger-100:#f7e5e0;--brand:var(--teal-600);--brand-strong:var(--teal-700);--brand-soft:var(--teal-50);--accent:var(--gold-600);--accent-strong:var(--gold-700);--accent-soft:var(--gold-100);--text-strong:var(--ink-900);--text-body:var(--ink-700);--text-muted:var(--ink-500);--text-faint:var(--ink-400);--text-on-brand:var(--white);--text-on-accent:var(--teal-700);--text-link:var(--teal-600);--surface-page:var(--paper-100);--surface-card:var(--white);--surface-raised:var(--white);--surface-sunken:var(--paper-50);--surface-brand:var(--teal-600);--surface-brand-deep:var(--teal-900);--surface-accent:var(--gold-600);--border-default:var(--line-200);--border-subtle:var(--line-100);--border-strong:var(--teal-200);--focus-ring:var(--gold-600);--font-display:"Quicksand","Trebuchet MS",system-ui,sans-serif;--font-body:"Mulish",system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:ui-monospace,"SFMono-Regular","Menlo",monospace;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-md:1.125rem;--text-lg:1.375rem;--text-xl:1.75rem;--text-2xl:2.25rem;--text-3xl:3rem;--text-4xl:4rem;--lh-tight:1.1;--lh-snug:1.25;--lh-normal:1.5;--lh-relaxed:1.65;--ls-tight:-0.02em;--ls-normal:0;--ls-wide:0.04em;--ls-label:0.08em;--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:22px;--radius-2xl:28px;--radius-pill:999px;--shadow-xs:0 1px 2px rgba(15,44,43,.06);--shadow-sm:0 2px 6px rgba(15,44,43,.07);--shadow-md:0 6px 18px rgba(15,44,43,.09);--shadow-lg:0 14px 34px rgba(15,44,43,.12);--shadow-xl:0 24px 60px rgba(15,44,43,.16);--shadow-focus:0 0 0 3px rgba(255,186,49,.45);--container-max:1200px;--container-narrow:760px;--header-height:76px;--gutter:var(--space-5);--ease-standard:cubic-bezier(0.4,0,0.2,1);--ease-out:cubic-bezier(0.16,1,0.3,1);--dur-fast:120ms;--dur-base:200ms;--dur-slow:360ms}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:var(--text-base);line-height:var(--lh-normal);color:var(--text-body);background:var(--surface-page);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--text-strong);font-weight:var(--fw-bold);line-height:var(--lh-tight);margin:0 0 .5em;letter-spacing:var(--ls-tight)}p{margin:0 0 1em;text-wrap:pretty}a{color:var(--text-link);text-decoration:none;transition:color var(--dur-fast) var(--ease-standard)}a:hover{color:var(--accent-strong)}:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-xs)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-6)}.ab-eyebrow{font-family:var(--font-body);font-weight:var(--fw-bold);font-size:var(--text-sm);letter-spacing:var(--ls-label);text-transform:uppercase;color:var(--accent-strong)}.ab-rule{width:56px;height:4px;border-radius:var(--radius-pill);background:var(--accent);border:0;margin:var(--space-3) 0 var(--space-5)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:var(--header-height);background:hsla(0,0%,100%,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line-100);display:flex;align-items:center}.site-header__inner{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-6);display:flex;align-items:center;gap:var(--space-5)}.site-header__logo{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;flex-shrink:0}.site-header__logo img{width:46px;height:46px;border-radius:var(--radius-sm);display:block}.site-header__wordmark{display:flex;flex-direction:column;line-height:1.05}.site-header__wordmark-primary{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:19px;color:var(--teal-700)}.site-header__wordmark-primary span{color:var(--gold-600)}.site-header__wordmark-sub{font-family:var(--font-body);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-weight:var(--fw-bold)}.site-header__nav{display:flex;gap:var(--space-1);margin-left:var(--space-3)}.site-header__nav a{font-family:var(--font-display);font-weight:var(--fw-semibold);font-size:15px;padding:8px 14px;border-radius:var(--radius-pill);color:var(--text-muted);transition:color var(--dur-fast),background var(--dur-fast)}.site-header__nav a.active,.site-header__nav a:hover{color:var(--teal-700);background:var(--teal-50)}.site-header__actions{margin-left:auto;display:flex;align-items:center;gap:var(--space-4)}.site-header__phone{display:flex;color:var(--teal-700);font-size:15px;font-family:var(--font-body)}.btn,.site-header__phone{align-items:center;gap:var(--space-2);font-weight:var(--fw-bold);text-decoration:none}.btn{display:inline-flex;justify-content:center;font-family:var(--font-display);font-size:var(--text-base);padding:11px 24px;border-radius:var(--radius-pill);border:none;cursor:pointer;transition:all var(--dur-base) var(--ease-standard);white-space:nowrap}.btn-primary{background:var(--brand);color:var(--white)}.btn-primary:hover{background:var(--brand-strong);color:var(--white)}.btn-accent{background:var(--gold-600);color:var(--teal-700)}.btn-accent:hover{background:var(--gold-700);color:var(--teal-800)}.btn-secondary{background:transparent;color:var(--brand);border:2px solid var(--line-200)}.btn-secondary:hover{border-color:var(--brand);background:var(--teal-50)}.btn-ghost-white{background:transparent;color:var(--white);border:2px solid hsla(0,0%,100%,.35)}.btn-ghost-white:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.6)}.btn-sm{font-size:var(--text-sm);padding:8px 18px}.btn-lg{font-size:var(--text-md);padding:14px 32px}.site-footer{background:var(--teal-900);color:var(--teal-100);padding-top:var(--space-8)}.site-footer__grid{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-6);display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;grid-gap:var(--space-7);gap:var(--space-7)}.site-footer__brand-logo{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.site-footer__brand-logo img{width:52px;height:52px;border-radius:var(--radius-sm)}.site-footer__brand-name{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:20px;color:var(--white)}.site-footer__brand-name span{color:var(--gold-400)}.site-footer__tagline{color:var(--teal-200);font-size:14.5px;line-height:var(--lh-relaxed);max-width:320px;margin:0 0 var(--space-4)}.site-footer__col-title{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:15px;color:var(--gold-400);margin-bottom:var(--space-3)}.site-footer__col-links{display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__col-links a{color:var(--teal-100);font-size:14px;transition:color var(--dur-fast)}.site-footer__col-links a:hover{color:var(--gold-300)}.site-footer__contact-item{display:flex;align-items:flex-start;gap:var(--space-2);font-size:14px;color:var(--teal-100);margin-bottom:var(--space-3);text-decoration:none}.site-footer__contact-item:hover{color:var(--gold-300)}.site-footer__bottom{max-width:var(--container-max);margin:var(--space-7) auto 0;padding:var(--space-4) var(--space-6);border-top:1px solid var(--teal-700);display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3);font-size:var(--text-sm)}.site-footer__bottom,.site-footer__bottom a{color:var(--teal-300)}.site-footer__bottom a:hover{color:var(--gold-300)}.footer-social-link{color:var(--teal-300);transition:color .12s}.footer-social-link:hover{color:var(--gold-300)}.blog-card{background:var(--white);border:1px solid var(--line-100);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;flex:1 1;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.dev-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dev-card-btn:hover{background:var(--teal-600)!important;color:#fff!important}.hero{position:relative;overflow:hidden;background:var(--teal-800)}.hero__bg{width:100%;height:100%;object-fit:cover;opacity:.45}.hero__bg,.hero__overlay{position:absolute;inset:0}.hero__overlay{background:linear-gradient(180deg,rgba(15,44,43,.5),rgba(15,44,43,.8))}.hero__content{position:relative;max-width:var(--container-max);margin:0 auto;padding:90px var(--space-6) 100px}.hero__eyebrow{color:var(--gold-400)}.hero__title{color:var(--white);font-size:clamp(2.25rem,5vw,3.5rem);line-height:var(--lh-tight);margin:var(--space-3) 0 var(--space-4);max-width:700px}.hero__title span{color:var(--gold-400)}.hero__lead{color:var(--teal-100);font-size:var(--text-md);max-width:540px;line-height:var(--lh-relaxed)}.hero__lead,.hero__search{margin-bottom:var(--space-6)}.hero__search{max-width:840px}.hero__stats{display:flex;gap:var(--space-7);flex-wrap:wrap;margin-top:var(--space-5)}.hero__stat-value{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:26px;color:var(--white)}.hero__stat-label{color:var(--teal-200);font-size:14px}.search-bar{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-3) var(--space-4);display:flex;gap:var(--space-3);align-items:flex-end;flex-wrap:wrap;box-shadow:var(--shadow-lg)}.search-bar .field{display:flex;flex-direction:column;gap:var(--space-1);flex:1 1;min-width:130px}.search-bar .field label{font-size:var(--text-xs);font-weight:var(--fw-bold);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--ls-wide)}.search-bar input,.search-bar select{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-strong);background:transparent;border:none;padding:var(--space-1) 0;outline:none;width:100%}.search-bar select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-bar .btn{flex-shrink:0;align-self:flex-end}.section{padding:var(--space-8) 0}.section-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-6)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap}.section-header h2{font-size:var(--text-2xl);margin:8px 0 0}.prop-card{background:var(--surface-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line-100);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.prop-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);color:inherit}.prop-card__media{position:relative;aspect-ratio:4/3;background:var(--teal-100);overflow:hidden}.prop-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--dur-slow) var(--ease-out)}.prop-card:hover .prop-card__media img{transform:scale(1.05)}.prop-card__badge{position:absolute;top:12px;left:12px;font-family:var(--font-body);font-weight:var(--fw-bold);font-size:var(--text-xs);padding:4px 10px;border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase}.prop-card__badge--sale{background:var(--teal-600);color:var(--white)}.prop-card__badge--rent{background:var(--gold-600);color:var(--teal-800)}.prop-card__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:var(--space-2);flex:1 1}.prop-card__price{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-lg);color:var(--teal-700);letter-spacing:var(--ls-tight)}.prop-card__title{font-family:var(--font-display);font-size:17px;font-weight:var(--fw-semibold);color:var(--text-strong);line-height:1.25;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.prop-card__location{display:flex;align-items:center;gap:5px;color:var(--text-muted);font-size:var(--text-sm)}.prop-card__divider{height:1px;background:var(--line-100);margin:var(--space-1) 0}.prop-card__stats{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}.prop-card__stat{display:flex;align-items:center;gap:5px;font-size:var(--text-sm);color:var(--text-muted);font-weight:var(--fw-semibold)}.prop-card__ref{margin-left:auto;font-size:11px;color:var(--text-faint);font-family:monospace}.prop-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-5);gap:var(--space-5)}.services-section{background:var(--brand-soft);padding:var(--space-8) 0}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-5);gap:var(--space-5)}.service-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-5);border:1px solid var(--line-100);box-shadow:var(--shadow-sm);transition:box-shadow var(--dur-base)}.service-card:hover{box-shadow:var(--shadow-md)}.service-card__icon{width:52px;height:52px;border-radius:14px;background:var(--teal-50);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4);font-size:24px}.service-card h3{font-size:var(--text-md);margin:0 0 var(--space-2)}.service-card p{margin:0;color:var(--text-muted);font-size:14.5px;line-height:var(--lh-relaxed)}.cta-banner{position:relative;overflow:hidden;border-radius:var(--radius-2xl);background:var(--teal-700);padding:var(--space-8) var(--space-8);display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);flex-wrap:wrap}.cta-banner:before{content:"";position:absolute;right:-40px;top:-40px;width:260px;height:260px;border-radius:50%;background:var(--teal-600);opacity:.6}.cta-banner__text{position:relative;max-width:540px}.cta-banner h2{color:var(--white);font-size:var(--text-xl);margin:var(--space-2) 0 var(--space-3)}.cta-banner p{color:var(--teal-100);font-size:var(--text-md);margin:0;line-height:var(--lh-relaxed)}.cta-banner__actions{position:relative;display:flex;gap:var(--space-3);flex-wrap:wrap}.listings-layout{display:flex;gap:var(--space-6);align-items:flex-start}.filter-panel{width:268px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + var(--space-4));background:var(--white);border:1px solid var(--line-100);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--space-5)}.filter-panel__title{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-lg);color:var(--text-strong);margin:0}.filter-row{display:flex;flex-direction:column;gap:var(--space-2)}.filter-label{font-family:var(--font-body);font-weight:var(--fw-bold);font-size:var(--text-sm);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--ls-wide)}.filter-input,.filter-select{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-strong);background:var(--paper-100);border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:9px 12px;width:100%;outline:none;transition:border-color var(--dur-fast)}.filter-input:focus,.filter-select:focus{border-color:var(--brand);box-shadow:var(--shadow-focus)}.filter-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-3);gap:var(--space-3)}.listings-results{flex:1 1;min-width:0}.listings-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5);flex-wrap:wrap}.listings-header h1{font-size:var(--text-2xl);margin:0 0 var(--space-1)}.listings-header p{margin:0;color:var(--text-muted)}.prop-grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-5);gap:var(--space-5)}.breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);margin-bottom:var(--space-4)}.breadcrumb,.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--brand)}.breadcrumb span{color:var(--text-strong);font-weight:var(--fw-semibold)}.detail-hero{display:block;border-radius:var(--radius-xl);overflow:hidden;margin-bottom:var(--space-6)}.detail-hero__main img{width:100%;height:auto;object-fit:cover;display:block;aspect-ratio:16/9;max-height:520px}.detail-hero__thumbs{display:flex;flex-direction:row;gap:var(--space-2);overflow-x:auto;padding:var(--space-2) var(--space-3);margin-top:var(--space-2);scrollbar-width:thin}.detail-hero__thumbs img{width:120px;height:80px;object-fit:cover;display:block;flex-shrink:0;border-radius:var(--radius-sm);cursor:pointer;transition:opacity var(--dur-fast)}.detail-hero__thumbs img:hover{opacity:.8}.detail-layout{display:grid;grid-template-columns:1fr 360px;grid-gap:var(--space-7);gap:var(--space-7);align-items:flex-start}.detail-title{font-size:var(--text-2xl);margin:0 0 var(--space-2)}.detail-location{display:flex;align-items:center;gap:var(--space-2);color:var(--text-muted);font-size:var(--text-base);margin-bottom:var(--space-4)}.detail-price{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-2xl);color:var(--teal-700);margin-bottom:var(--space-4);letter-spacing:var(--ls-tight)}.detail-badges{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-5)}.badge{font-family:var(--font-body);font-weight:var(--fw-bold);font-size:var(--text-xs);padding:4px 12px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center}.badge-sale{background:var(--teal-600);color:var(--white)}.badge-rent{background:var(--gold-600);color:var(--teal-800)}.badge-tag{background:var(--teal-50);color:var(--teal-600);border:1px solid var(--teal-100)}.badge-feature{color:var(--text-body);border:1px solid var(--line-200)}.badge-feature,.spec-grid{background:var(--paper-100)}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-3) var(--space-4);gap:var(--space-3) var(--space-4);margin:var(--space-5) 0;padding:var(--space-5);border-radius:var(--radius-lg);border:1px solid var(--line-100)}.spec-item{display:flex;flex-direction:column;gap:3px}.spec-item__label{font-size:var(--text-xs);font-weight:var(--fw-bold);color:var(--text-faint);text-transform:uppercase;letter-spacing:var(--ls-wide)}.spec-item__value{font-size:var(--text-base);font-weight:var(--fw-semibold);color:var(--text-strong)}.inquiry-panel{background:var(--white);border:1px solid var(--line-100);border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:var(--shadow-md);position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + var(--space-4))}.inquiry-panel h3{font-size:var(--text-lg);margin:0 0 var(--space-4)}.form-row{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-4)}.form-row label{font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--text-muted)}.form-row input,.form-row select,.form-row textarea{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-strong);background:var(--paper-100);border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:10px 14px;width:100%;outline:none;transition:border-color var(--dur-fast);resize:vertical}.form-row input:focus,.form-row textarea:focus{border-color:var(--brand);box-shadow:var(--shadow-focus)}.btn-block{width:100%}.notice{padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);font-size:var(--text-sm);margin-bottom:var(--space-4)}.notice.ok{background:var(--success-100);color:var(--success-600)}.notice.err{background:var(--danger-100);color:var(--danger-600)}.empty-state{text-align:center;padding:var(--space-8) var(--space-6);color:var(--text-muted)}.empty-state p{margin:0 0 var(--space-4);font-size:var(--text-md)}.pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-2);margin-top:var(--space-7)}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);font-weight:var(--fw-semibold);font-size:var(--text-sm);color:var(--text-muted);text-decoration:none;border:1px solid var(--line-200);transition:all var(--dur-fast)}.pagination a:hover{background:var(--teal-50);border-color:var(--brand);color:var(--brand)}.pagination .active{background:var(--brand);color:var(--white);border-color:var(--brand)}.pagination .muted{color:var(--text-faint);border:none}.muted{color:var(--text-muted)}.prose{font-size:var(--text-md);line-height:var(--lh-relaxed);color:var(--text-body);max-width:72ch}.prose h2{font-size:var(--text-xl);margin:var(--space-7) 0 var(--space-4)}.prose h2,.prose h3{color:var(--teal-700)}.prose h3{font-size:var(--text-lg);margin:var(--space-6) 0 var(--space-3)}.prose ol,.prose p,.prose ul{margin:0 0 var(--space-4)}.prose ol,.prose ul{padding-left:var(--space-6)}.prose li{margin-bottom:var(--space-2)}.prose strong{font-weight:var(--fw-bold);color:var(--text-strong)}.prose a{color:var(--teal-600);text-decoration:underline}.prose a:hover{color:var(--gold-700)}.prose blockquote{border-left:4px solid var(--gold-600);margin:var(--space-5) 0;padding:var(--space-4) var(--space-5);background:var(--gold-100);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--ink-700);font-style:italic}.prose table{width:100%;border-collapse:collapse;margin:var(--space-5) 0;font-size:var(--text-base)}.prose th{background:var(--teal-600);color:var(--white);font-family:var(--font-display);font-weight:var(--fw-bold);text-align:left}.prose td,.prose th{padding:var(--space-3) var(--space-4)}.prose td{border-bottom:1px solid var(--line-100)}.prose code,.prose tr:nth-child(2n) td{background:var(--paper-100)}.prose code{border:1px solid var(--line-200);border-radius:var(--radius-xs);padding:2px 6px;font-size:.9em;font-family:monospace}.prose pre{background:var(--ink-900);color:var(--teal-100);padding:var(--space-5);border-radius:var(--radius-md);overflow-x:auto;margin:var(--space-5) 0}.prose pre code{background:none;border:none;padding:0;font-size:var(--text-sm);color:inherit}.prose hr{border:none;border-top:1px solid var(--line-200);margin:var(--space-6) 0}@media (max-width:768px){.container{padding:0 var(--space-4)}.section{padding:var(--space-6) 0}.section-inner{padding:0 var(--space-4)}.hero__content{padding:60px var(--space-4) 70px}.hero__title{font-size:clamp(1.75rem,7vw,2.5rem)}.hero__stats{gap:var(--space-5)}.search-bar{flex-direction:column;gap:var(--space-3)}.search-bar .field{min-width:100%}.prop-grid,.prop-grid-2{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:1fr;gap:var(--space-5)}.site-footer__bottom{flex-direction:column;gap:var(--space-2)}.detail-layout{grid-template-columns:1fr}.detail-hero__main img{max-height:260px}.detail-hero__thumbs img{width:90px;height:60px}.listings-layout{flex-direction:column}.filter-panel{width:100%;position:static}.cta-banner{padding:var(--space-6);flex-direction:column;text-align:center}.cta-banner__actions{justify-content:center}.section-header{flex-direction:column;align-items:flex-start}.site-header__nav,.site-header__wordmark-sub{display:none}}@media (max-width:480px){.filter-row-2,.services-grid,.spec-grid{grid-template-columns:1fr}}