/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.static{position:static}.start{inset-inline-start:var(--spacing)}}:root{--ivory:#f8f4eb;--paper:#fffdf9;--ink:#28241f;--muted:#70695f;--red:#ad161d;--red-dark:#861016;--gold:#b18b43;--gold-soft:#e9ddc3;--line:#ded6c9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.topbar{background:var(--red-dark);color:#fff;letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;height:32px;padding:0 clamp(22px,5vw,76px);font-size:11px;display:flex}.topbar p{margin:0}.site-header{border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf9f5;justify-content:space-between;align-items:center;gap:28px;height:112px;padding:0 clamp(22px,5vw,76px);display:flex;position:sticky;top:0}.brand img{width:178px;height:auto;display:block}nav{align-items:center;gap:clamp(17px,2vw,34px);font-size:14px;display:flex}nav a{border-bottom:1px solid #0000;padding:12px 0}nav a.current,nav a:hover{color:var(--red);border-color:var(--gold)}.menu-toggle{display:none}.header-actions{align-items:center;gap:18px;display:flex}.language{color:#a39b90;gap:5px;font-size:12px;display:flex}.language button{color:inherit;cursor:pointer;background:0 0;border:0;padding:4px}.language button.active{color:var(--red);font-weight:750}.button{background:var(--red);border:1px solid var(--red);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:51px;padding:0 24px;font-size:14px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 11px 30px #86101629}.button:hover{background:var(--red-dark);transform:translateY(-2px)}.button-small{min-height:43px;padding:0 18px;font-size:12px}.button-ghost{color:var(--ink);border-color:var(--gold);box-shadow:none;background:0 0}.button-ghost:hover{color:var(--red);background:#fff}.hero{background:var(--ivory);grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:stretch;min-height:650px;display:grid;overflow:hidden}.hero-copy{align-self:center;padding:clamp(72px,9vw,132px) clamp(30px,7vw,110px)}.eyebrow{color:var(--red);letter-spacing:.17em;text-transform:uppercase;margin:0 0 22px;font-size:12px;font-weight:800}h1,h2{letter-spacing:-.035em;font-family:Georgia,Times New Roman,serif;font-weight:500}h1{max-width:790px;margin:0;font-size:clamp(52px,6vw,86px);line-height:.99}.hero-intro{max-width:665px;color:var(--muted);margin:30px 0 0;font-size:clamp(17px,1.5vw,20px);line-height:1.7}.hero-actions{gap:12px;margin-top:34px}.hero-actions,.trust-row{flex-wrap:wrap;display:flex}.trust-row{color:#575046;gap:14px 29px;margin-top:44px;font-size:13px}.trust-row span:before{content:"◆";color:var(--gold);vertical-align:2px;margin-right:9px;font-size:8px}.hero-art{background:linear-gradient(145deg,#efe3ca,#cba85f);min-height:580px;position:relative;overflow:hidden}.hero-art:before{content:"";background:linear-gradient(115deg,#0000 48%,#ffffff47);position:absolute;inset:0}.gold-orbit{border:1px solid #ffffffb3;border-radius:50%;width:580px;height:580px;position:absolute;top:-80px;right:-190px;box-shadow:0 0 0 46px #ffffff14,0 0 0 110px #ffffff0f}.red-door{background:linear-gradient(145deg,#be2027,#8e0d13);border-radius:155px 155px 0 0;width:min(52%,275px);height:73%;position:absolute;bottom:0;right:clamp(35px,7vw,110px);box-shadow:-28px 20px 60px #4c300d38}.door-window{border:8px solid #e9d4a5;border-radius:34px 34px 4px 4px;width:66px;height:82px;position:absolute;top:22%;left:50%;transform:translate(-50%)}.door-window:before{width:56px;height:6px;top:31px;left:-3px}.door-window:after,.door-window:before{content:"";background:#e9d4a5;position:absolute}.door-window:after{width:6px;height:72px;top:-3px;left:23px}.door-handle{background:#d9ba77;border-radius:50%;width:12px;height:12px;position:absolute;top:59%;right:28px}.hero-card{background:#fffdf9eb;width:225px;padding:24px;position:absolute;bottom:72px;left:clamp(28px,5vw,78px);box-shadow:0 24px 70px #4b351633}.card-mark{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-weight:700;display:grid}.card-mark,.hero-card p{font-family:Georgia,serif}.hero-card p{margin:18px 0 0;font-size:19px;line-height:1.35}.products-section{padding:100px clamp(25px,7vw,110px) 112px}.section-heading{justify-content:space-between;align-items:flex-end;gap:30px;max-width:1320px;margin:0 auto 48px;display:flex}.section-heading h2{max-width:780px;margin:0;font-size:clamp(39px,4.5vw,64px);line-height:1.06}.text-link{color:var(--red);white-space:nowrap;border-bottom:1px solid var(--gold);padding-bottom:7px;font-weight:700}.product-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);max-width:1320px;margin:0 auto;display:grid}.product-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;min-height:270px;padding:32px;transition:background .2s,transform .2s}.product-card:hover{background:var(--ivory);transform:translateY(-4px)}.product-number{color:var(--gold);letter-spacing:.16em;font-size:11px}.product-card h3{margin:72px 0 12px;font-family:Georgia,serif;font-size:28px;font-weight:500}.product-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.preview-anchor{height:1px}.section-pad{padding:105px clamp(25px,7vw,110px)}.large-copy{color:var(--muted);font-size:clamp(17px,1.5vw,20px);line-height:1.75}.broker-section{background:var(--ivory);grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(55px,8vw,130px);display:grid}.broker-visual{background:linear-gradient(145deg,#f1e5cd,#d0aa5d);place-items:center;min-height:540px;display:grid;position:relative;overflow:hidden}.broker-visual:before{content:"";aspect-ratio:1;border:1px solid #fffc;border-radius:50%;width:75%;position:absolute;box-shadow:0 0 0 50px #ffffff14}.broker-visual img{z-index:1;background:#fff;border-radius:50%;width:72%;height:auto;position:relative;box-shadow:0 24px 70px #4b351633}.broker-copy h2,.center-heading h2,.closing-cta h2,.commercial-callout h2,.contact-card h2,.specialty-banner h2,.split-callout h2,.story-section h2,.team-section h2{letter-spacing:-.035em;margin:0;font-family:Georgia,serif;font-size:clamp(40px,4.6vw,66px);font-weight:500;line-height:1.05}.value-list{border-top:1px solid var(--line);margin-top:42px}.value-list article{border-bottom:1px solid var(--line);grid-template-columns:45px 1fr;gap:18px;padding:24px 0;display:grid}.value-list article>span{color:var(--gold);font-size:11px}.value-list h3{margin:0 0 7px;font-family:Georgia,serif;font-size:23px;font-weight:500}.value-list p{color:var(--muted);margin:0;line-height:1.6}.process-section{background:var(--paper)}.center-heading{text-align:center;max-width:850px;margin:0 auto 62px}.process-grid{grid-template-columns:repeat(3,1fr);max-width:1280px;margin:0 auto;display:grid}.process-grid article{border-right:1px solid var(--line);padding:45px}.process-grid article:last-child{border-right:0}.process-grid span{border:1px solid var(--gold);width:49px;height:49px;color:var(--red);border-radius:50%;place-items:center;font-family:Georgia,serif;display:grid}.process-grid h3{margin:36px 0 12px;font-family:Georgia,serif;font-size:28px;font-weight:500}.process-grid p{color:var(--muted);margin:0;line-height:1.65}.specialty-banner{background:var(--red-dark);color:#fff;grid-template-columns:1.15fr .85fr;gap:clamp(55px,9vw,150px);display:grid}.specialty-banner .eyebrow{color:#efcf92}.specialty-banner p:not(.eyebrow){color:#f5dfd8;max-width:610px;margin:8px 0 30px;font-size:18px;line-height:1.7}.button-light{color:var(--red-dark);box-shadow:none;background:#fff;border-color:#fff}.button-light:hover{color:var(--red-dark)}.button-light:hover,.reviews-section{background:var(--ivory)}.review-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1320px;margin:0 auto;display:grid}.review-grid article{background:var(--paper);border:1px solid var(--line);min-height:260px;padding:36px}.stars{color:var(--gold);letter-spacing:.15em;font-size:12px}.review-grid h3{margin:58px 0 12px;font-family:Georgia,serif;font-size:27px;font-weight:500}.review-grid p{color:var(--muted);margin:0;line-height:1.7}.review-note{color:#8c8478;max-width:1320px;margin:22px auto 0;font-size:11px}.closing-cta{background:linear-gradient(105deg,#f7f1e6,#fffdf9);justify-content:space-between;align-items:flex-end;gap:50px;display:flex}.closing-cta>div:first-child{max-width:850px}.closing-cta p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.7}.inner-hero{background:var(--ivory);border-bottom:1px solid var(--line);padding:clamp(90px,11vw,150px) clamp(25px,9vw,145px)}.inner-hero h1,.legal-hero h1{letter-spacing:-.04em;max-width:1050px;margin:0;font-family:Georgia,serif;font-size:clamp(50px,7vw,94px);font-weight:500;line-height:.99}.inner-hero>p:not(.eyebrow){max-width:820px;color:var(--muted);margin:30px 0 34px;font-size:19px;line-height:1.75}.specialty-hero{background:linear-gradient(115deg,var(--ivory) 0 72%,#e9d6ac 72%)}.about-hero{background:linear-gradient(120deg,var(--ivory),#f2e4c7)}.contact-hero{padding-bottom:90px}.loan-list{max-width:1380px;margin:0 auto}.loan-list article{border-bottom:1px solid var(--line);grid-template-columns:80px minmax(0,1fr) minmax(260px,.65fr);align-items:start;gap:38px;padding:55px 0;display:grid}.loan-index{color:var(--gold);letter-spacing:.15em;font-size:12px}.loan-list h2,.solution-grid h2,.values-section h2{letter-spacing:-.025em;margin:0 0 16px;font-family:Georgia,serif;font-size:clamp(32px,3vw,46px);font-weight:500}.loan-list li,.loan-list p{color:var(--muted);line-height:1.65}.loan-list p{margin:0}.loan-list ul{margin:0;padding:0;list-style:none}.loan-list li{border-bottom:1px solid var(--line);padding:9px 0;font-size:14px}.loan-list li:before{content:"◆";color:var(--gold);vertical-align:2px;margin-right:10px;font-size:7px}.commercial-callout,.split-callout{background:var(--ivory);grid-template-columns:1fr 1fr;gap:clamp(55px,9vw,145px);display:grid}.commercial-callout p:not(.eyebrow),.split-callout p:not(.eyebrow){color:var(--muted);margin:0 0 28px;font-size:18px;line-height:1.75}.legal-note{color:#71685c;background:#f0e8d9;padding:26px clamp(25px,7vw,110px);font-size:12px;line-height:1.6}.solution-grid{background:var(--line);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.solution-grid article{background:var(--paper);min-height:340px;padding:clamp(35px,5vw,70px)}.solution-grid span,.values-section span{color:var(--gold);letter-spacing:.15em;font-size:11px}.solution-grid h2{margin-top:70px}.solution-grid p{max-width:610px;color:var(--muted);margin:0;line-height:1.75}.important-note{color:#5b4930;background:#f2e6ce;grid-template-columns:210px 1fr;gap:35px;padding:28px clamp(25px,7vw,110px);font-size:13px;line-height:1.65;display:grid}.important-note p{margin:0}.story-section{grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(50px,8vw,130px);display:grid}.story-mark{background:linear-gradient(145deg,#f3e8d2,#c9a35a);place-items:center;min-height:510px;display:grid}.story-mark img{background:#fff;border-radius:50%;width:min(72%,390px);height:auto}.values-section{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;padding-top:0;display:grid}.values-section article{background:var(--red-dark);color:#fff;padding:58px}.values-section h2{color:#fff;margin-top:55px}.values-section p{color:#efdeda;line-height:1.7}.team-section{background:var(--ivory);grid-template-columns:1fr .8fr;align-items:center;gap:clamp(55px,9vw,145px);display:grid}.team-section>div:first-child>p:not(.eyebrow){max-width:690px;color:var(--muted);margin:28px 0 32px;line-height:1.75}.team-placeholder{text-align:center;border:1px solid var(--line);background:var(--paper);flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:50px;display:flex}.placeholder-person{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:140px;height:140px;margin-bottom:30px;font-family:Georgia,serif;font-size:44px;display:grid}.team-placeholder small{max-width:330px;color:var(--muted);margin-top:10px;line-height:1.5}.contact-layout{grid-template-columns:minmax(0,1.2fr) minmax(310px,.7fr);align-items:start;gap:clamp(55px,8vw,130px);display:grid}.consultation-form{border:1px solid var(--line);background:var(--paper);padding:clamp(28px,4vw,48px);box-shadow:0 22px 65px #3a2b1312}.form-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.consultation-form label{color:#4b453d;gap:9px;margin-bottom:22px;font-size:13px;font-weight:700;display:grid}.consultation-form input:not([type=checkbox]),.consultation-form select,.consultation-form textarea{width:100%;color:var(--ink);font:inherit;background:#fffefb;border:1px solid #cfc5b6;border-radius:2px;padding:14px 15px;font-weight:400}.consultation-form input:focus,.consultation-form select:focus,.consultation-form textarea:focus{border-color:var(--gold);outline:3px solid #b18b4333}.form-privacy{color:#665d51;background:#f4eddf;padding:14px 16px;font-size:12px;line-height:1.6}.consultation-form .consent{color:var(--muted);grid-template-columns:20px 1fr;gap:12px;font-weight:400;line-height:1.55}.consent input{accent-color:var(--red);margin-top:4px}.form-actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:28px;display:flex}.form-actions p{color:var(--muted);margin:0;font-size:13px}.form-actions a{color:var(--red);font-weight:700}.contact-card{background:var(--red-dark);color:#fff;padding:42px;position:sticky;top:125px}.contact-card h2{margin-bottom:35px;font-size:42px}.contact-card>div{border-top:1px solid #ffffff2e;padding:18px 0}.contact-card small{color:#e9bd72;text-transform:uppercase;letter-spacing:.12em;margin-bottom:7px;display:block}.contact-card a,.contact-card p{color:#fff;margin:0;line-height:1.6}.service-note{font-size:13px;color:#f0ddd8!important;margin-top:28px!important}.legal-hero{background:var(--ivory);border-bottom:1px solid var(--line);padding:90px clamp(25px,9vw,145px) 75px}.legal-hero>p:not(.eyebrow):not(.legal-updated){max-width:800px;color:var(--muted);font-size:18px;line-height:1.7}.legal-updated{color:var(--red);margin:24px 0;font-size:13px;font-weight:700}.translation-note{border-left:3px solid var(--gold);color:#62584c;background:#f2e8d5;max-width:800px;margin-top:24px;padding:14px 18px;font-size:13px;line-height:1.6}.legal-document{max-width:960px;margin:0 auto;padding:80px 28px 110px}.legal-document section{border-bottom:1px solid var(--line);padding:34px 0}.legal-document h2{margin:0 0 18px;font-family:Georgia,serif;font-size:30px;font-weight:500}.legal-document li,.legal-document p{color:var(--muted);line-height:1.75}.legal-document ul{padding-left:22px}.site-footer{color:#fff;background:#251f1b}.footer-main{grid-template-columns:minmax(270px,1.35fr) minmax(170px,.72fr) minmax(190px,.78fr) minmax(140px,.55fr);grid-template-areas:"brand contact legal housing";align-items:start;gap:clamp(35px,5vw,78px);padding:72px clamp(25px,7vw,110px) 62px;display:grid}.footer-brand{grid-area:brand}.footer-contact{grid-area:contact}.footer-links{grid-area:legal}.footer-housing{grid-area:housing;justify-content:flex-end;display:flex}.footer-brand img{filter:brightness(0)invert();opacity:.92;width:220px;height:auto}.footer-brand p{color:#cfc4b8;max-width:470px;line-height:1.7}.footer-main h3{color:#ddb970;text-transform:uppercase;letter-spacing:.15em;margin:0 0 20px;font-size:12px}.footer-main a{color:#eee6dc;margin:11px 0;font-size:14px;display:block}.footer-main p{color:#cfc4b8;font-size:14px;line-height:1.6}.footer-legal{border-top:1px solid #ffffff1f;grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);gap:clamp(35px,6vw,90px);padding:26px clamp(25px,7vw,110px) 38px;display:grid}.footer-legal p{color:#a99f94;margin:0;font-size:11px;line-height:1.65}.equal-housing-badge{color:#f4eee7;text-align:center;flex:none;justify-items:center;gap:5px;width:92px;display:grid}.equal-housing-badge svg{width:62px;height:auto;overflow:visible}.equal-housing-badge path{fill:none;stroke:currentColor;stroke-width:11px;stroke-linecap:square;stroke-linejoin:miter}.equal-housing-badge span{letter-spacing:.045em;text-transform:uppercase;font-size:8px;font-weight:800;line-height:1.2}.equal-housing-badge:hover{color:#ddb970}.admin-page{background:#f3eee5;min-height:100vh;padding-bottom:70px}.admin-page>header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:104px;padding:0 clamp(20px,5vw,70px);display:flex}.admin-page>header img{width:155px;height:auto}.admin-page>header a{color:var(--red);font-size:13px;font-weight:700}.admin-signout{color:#6d6258;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:700}.admin-signout:hover{color:var(--red)}.admin-auth-card{border:1px solid var(--line);text-align:center;background:#fff;width:min(680px,100% - 40px);margin:80px auto;padding:clamp(38px,7vw,70px)}.admin-auth-card h1{letter-spacing:-.035em;margin:8px 0 20px;font-family:Georgia,serif;font-size:clamp(42px,6vw,66px);font-weight:500}.admin-auth-card>p:not(.eyebrow):not(.form-error){max-width:510px;color:var(--muted);margin:0 auto 28px;line-height:1.7}.admin-auth-card .form-error{text-align:left}.admin-auth-mark{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:74px;height:74px;margin:0 auto 24px;font-family:Georgia,serif;font-size:24px;display:grid}.admin-intro{max-width:1100px;margin:0 auto;padding:70px 25px 40px}.admin-intro h1{font-size:clamp(45px,6vw,72px)}.admin-intro>p:not(.eyebrow){max-width:790px;color:var(--muted);line-height:1.7}.admin-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:1100px;margin:0 auto;padding:0 25px;display:grid}.admin-grid>article{border:1px solid var(--line);background:#fff;min-height:390px;padding:30px}.admin-card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:25px;display:flex}.admin-card-head small{color:var(--gold);text-transform:uppercase;letter-spacing:.13em}.admin-card-head h2{margin:4px 0 0;font-family:Georgia,serif;font-size:30px;font-weight:500}.admin-card-head button{border:1px solid var(--line);color:#8b847b;background:#eeeae2;padding:10px 14px}.admin-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.admin-empty>span{background:var(--ivory);width:64px;height:64px;color:var(--red);border-radius:50%;place-items:center;margin-bottom:18px;font-family:Georgia,serif;font-size:22px;display:grid}.admin-empty p{max-width:380px;color:var(--muted);line-height:1.6}.admin-warning{color:#67563a;background:#efe1c7;max-width:1050px;margin:24px auto 0;padding:16px 20px;font-size:12px;line-height:1.6}.team-public-section{background:var(--ivory)}.team-public-heading{justify-content:space-between;align-items:flex-end;gap:40px;max-width:1320px;margin:0 auto 55px;display:flex}.team-public-heading>div{max-width:800px}.team-public-heading h2{letter-spacing:-.035em;margin:0;font-family:Georgia,serif;font-size:clamp(42px,5vw,68px);font-weight:500}.team-public-heading>div>p:not(.eyebrow){color:var(--muted);margin:24px 0 0;font-size:17px;line-height:1.7}.public-team-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:1320px;margin:0 auto;display:grid}.public-team-grid article{background:var(--paper);border:1px solid var(--line);grid-template-columns:minmax(190px,.72fr) minmax(0,1fr);min-height:430px;display:grid}.public-team-photo{background:linear-gradient(145deg,#eadbbd,#c49b4f);place-items:center;min-height:100%;display:grid;overflow:hidden}.public-team-photo img{object-fit:cover;width:100%;height:100%}.public-team-photo span{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:125px;height:125px;font-family:Georgia,serif;font-size:40px;display:grid}.public-team-copy{align-self:center;padding:38px}.team-role{color:var(--red);letter-spacing:.13em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:800}.public-team-copy h3{letter-spacing:-.025em;margin:0 0 22px;font-family:Georgia,serif;font-size:33px;font-weight:500}.team-bio{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.team-license{color:#6e5b38;letter-spacing:.04em;margin:24px 0 0;font-size:11px;font-weight:750}.team-contact-links{flex-direction:column;gap:7px;margin-top:22px;display:flex}.team-contact-links a{color:var(--red);word-break:break-word;font-size:13px;font-weight:700}.team-placeholder-wide{max-width:700px;min-height:380px;margin:0 auto}.admin-header-actions{gap:22px;display:flex}.admin-intro-team{justify-content:space-between;align-items:flex-end;gap:40px;max-width:1180px;display:flex}.admin-intro-team>div{max-width:800px}.admin-summary{grid-template-columns:repeat(3,1fr);max-width:1130px;margin:0 auto 24px;padding:0 25px;display:grid}.admin-summary>div{background:#ffffffb8;border:1px solid var(--line);border-right:0;padding:24px 28px}.admin-summary>div:last-child{border-right:1px solid var(--line)}.admin-summary strong{color:var(--red);font-family:Georgia,serif;font-size:34px;font-weight:500;display:block}.admin-summary span{color:var(--muted);font-size:12px}.team-manager{max-width:1130px;min-height:350px;margin:0 auto;padding:0 25px}.admin-empty-large{border:1px solid var(--line);background:#fff;min-height:390px;padding:45px}.admin-empty-large .button{margin-top:15px}.team-admin-list{gap:14px;display:grid}.team-admin-list article{border:1px solid var(--line);background:#fff;grid-template-columns:104px minmax(250px,1fr) auto;align-items:center;gap:25px;padding:20px;display:grid}.admin-profile-photo{background:#eee4d1;place-items:center;width:104px;height:112px;display:grid;overflow:hidden}.admin-profile-photo img{object-fit:cover;width:100%;height:100%}.admin-profile-photo span{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:62px;height:62px;font-family:Georgia,serif;font-size:20px;display:grid}.profile-status-row{align-items:center;gap:10px;display:flex}.profile-status-row>span{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800}.status-published{color:#196438;background:#e2f4e8}.status-hidden{color:#6f675e;background:#eeeae3}.profile-status-row small{color:#938b82}.admin-profile-copy h2{margin:9px 0 3px;font-family:Georgia,serif;font-size:28px;font-weight:500}.admin-profile-copy p{color:var(--muted);margin:0 0 7px}.admin-profile-copy>small{color:#8a7651;font-size:11px}.admin-profile-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:275px;display:flex}.admin-profile-actions button{border:1px solid var(--line);min-height:36px;color:var(--ink);cursor:pointer;background:#fff;padding:0 11px}.admin-profile-actions button:hover:not(:disabled){border-color:var(--gold);color:var(--red)}.admin-profile-actions button:disabled{opacity:.35;cursor:not-allowed}.admin-profile-actions .danger-action{color:#9d1a20}.admin-local-notice{color:#625237;background:#eadbbc;grid-template-columns:130px 1fr;gap:24px;max-width:1080px;margin:24px auto 0;padding:18px 22px;display:grid}.admin-local-notice p{margin:0;font-size:12px;line-height:1.6}.profile-modal-backdrop{z-index:100;background:#201913ad;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.profile-modal{background:var(--paper);width:min(900px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 32px 90px #0000004d}.profile-modal-head{z-index:2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffdf9f7;justify-content:space-between;align-items:flex-start;padding:30px 38px 22px;display:flex;position:sticky;top:0}.profile-modal-head .eyebrow{margin-bottom:8px}.profile-modal-head h2{margin:0;font-family:Georgia,serif;font-size:39px;font-weight:500}.modal-close{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);cursor:pointer;background:#fff;font-size:26px}.profile-modal form{padding:32px 38px 40px}.profile-photo-editor{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding-bottom:28px;display:flex}.profile-photo-editor>div{background:#eadfc9;place-items:center;width:96px;height:96px;display:grid;overflow:hidden}.profile-photo-editor img{object-fit:cover;width:100%;height:100%}.profile-photo-editor>div>span{color:var(--red);font-family:Georgia,serif;font-size:28px}.profile-photo-editor p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.upload-button{border:1px solid var(--gold);cursor:pointer;background:#fff;align-items:center;min-height:42px;padding:0 15px;color:var(--red)!important;margin:0!important;display:inline-flex!important}.upload-button input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.remove-photo{color:#9d1a20;cursor:pointer;background:0 0;border:0}.form-error{color:#8d161b;background:#fae6e6;margin:14px 0 0;padding:12px 14px;font-size:13px}.profile-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px;display:grid}.profile-form-grid label{color:#4e463d;gap:8px;font-size:12px;font-weight:750;display:grid}.profile-form-grid input,.profile-form-grid textarea{width:100%;color:var(--ink);font:inherit;resize:vertical;background:#fff;border:1px solid #cfc5b6;padding:13px 14px;font-weight:400}.profile-form-grid input:focus,.profile-form-grid textarea:focus{border-color:var(--gold);outline:3px solid #b18b4333}.modal-actions .button:disabled{opacity:.55;cursor:wait}.span-two{grid-column:1/-1}.publish-check{color:var(--muted);grid-template-columns:20px 1fr;align-items:start;gap:11px;margin-top:26px;font-size:13px;line-height:1.5;display:grid}.publish-check input{accent-color:var(--red);margin-top:2px}.modal-actions{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}@media (max-width:1100px){.menu-toggle{border:1px solid var(--line);background:#fff;flex-direction:column;order:2;justify-content:center;gap:5px;width:42px;height:42px;display:flex}.menu-toggle span{background:var(--ink);width:18px;height:1px;margin:0 auto}.menu-toggle b{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}nav{border-bottom:1px solid var(--line);background:var(--paper);flex-direction:column;align-items:stretch;gap:2px;padding:20px 28px 28px;display:none;position:absolute;top:112px;left:0;right:0;box-shadow:0 16px 35px #2d24141a}nav.open{display:flex}nav a{padding:13px 4px}.header-actions{margin-left:auto}.hero{grid-template-columns:1fr 39%}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr);grid-template-areas:"brand housing""contact legal"}.footer-housing{justify-content:center}}@media (max-width:760px){.topbar{padding:0 18px;font-size:9px}.site-header{height:92px;padding:0 18px}.brand img{width:138px}.header-actions .button{display:none}nav{top:92px}.menu-toggle{order:0}.hero{display:block}.hero-copy{padding:72px 22px 68px}h1{font-size:clamp(46px,14vw,68px)}.hero-art{min-height:450px}.hero-card{bottom:30px;left:22px}.products-section{padding:76px 20px}.section-heading{display:block}.text-link{margin-top:24px;display:inline-block}.product-grid{grid-template-columns:1fr}.product-card{min-height:215px}.product-card h3{margin-top:48px}.section-pad{padding:76px 20px}.broker-section,.commercial-callout,.contact-layout,.footer-legal,.specialty-banner,.split-callout,.story-section,.team-section{grid-template-columns:1fr}.broker-visual,.story-mark{min-height:390px}.process-grid,.review-grid,.solution-grid,.values-section{grid-template-columns:1fr}.process-grid article{border-right:0;border-bottom:1px solid var(--line);padding:36px 15px}.closing-cta{display:block}.loan-list article{grid-template-columns:45px 1fr;gap:20px}.loan-list article ul{grid-column:2}.form-grid{grid-template-columns:1fr;gap:0}.contact-card{position:static}.important-note{grid-template-columns:1fr;gap:8px}.footer-main{grid-template-columns:minmax(0,1.25fr) minmax(150px,.75fr);grid-template-areas:"brand housing""contact legal";gap:38px 28px}.footer-legal{gap:18px}.admin-grid{grid-template-columns:1fr}.admin-intro-team,.team-public-heading{display:block}.admin-intro-team .button,.team-public-heading .button{margin-top:28px}.public-team-grid,.public-team-grid article{grid-template-columns:1fr}.public-team-photo{min-height:390px}.admin-header-actions{gap:12px}.admin-header-actions a:first-child{display:none}.admin-summary{grid-template-columns:1fr 1fr 1fr}.admin-summary>div{padding:16px 12px}.team-admin-list article{grid-template-columns:78px 1fr}.admin-profile-photo{width:78px;height:88px}.admin-profile-actions{grid-column:1/-1;justify-content:flex-start;max-width:none}.admin-local-notice{grid-template-columns:1fr;gap:6px;margin-left:25px;margin-right:25px}.profile-modal-backdrop{align-items:end;padding:0}.profile-modal{max-height:96vh}.profile-modal form,.profile-modal-head{padding-left:20px;padding-right:20px}.profile-form-grid{grid-template-columns:1fr}.span-two{grid-column:auto}.profile-photo-editor{flex-wrap:wrap}}@media (max-width:520px){.footer-main{grid-template-columns:1fr;grid-template-areas:"brand""contact""legal""housing"}.footer-housing{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important}}