:root {
  --ink: #101416;
  --paper: #f3f0e9;
  --cream: #e9e3d8;
  --muted: #6c706f;
  --line: rgba(16,20,22,.15);
  --white: #fff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 48px));margin:0 auto}.site-header{height:86px;display:flex;align-items:center;gap:34px;padding:0 36px;background:rgba(243,240,233,.95);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;gap:12px;margin-right:auto}.brand-mark{display:grid;place-items:center;width:43px;height:43px;background:var(--ink);color:white;font-family:"Manrope";font-size:14px;font-weight:800;letter-spacing:.08em;border-radius:50%}.brand-text{font-family:"Manrope";font-weight:800;font-size:14px;letter-spacing:.08em;line-height:1.05}.brand-text small{display:block;font-size:9px;letter-spacing:.25em;font-weight:600;margin-top:5px}.desktop-nav{display:flex;gap:28px;font-size:13px;font-weight:600}.desktop-nav a{opacity:.7}.desktop-nav a:hover{opacity:1}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 23px;font-family:"Manrope";font-size:11px;font-weight:800;letter-spacing:.11em;border:1px solid transparent;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--ink);color:white}.button-light{background:white;color:var(--ink)}.button-ghost{border-color:rgba(255,255,255,.55);color:white}.button-outline-light{border-color:rgba(255,255,255,.65);color:white}.menu-button{display:none;border:0;background:none;font-size:22px}.hero{position:relative;min-height:760px;background:linear-gradient(110deg,#1c2225 0%,#273034 40%,#697276 100%);color:white;display:flex;align-items:flex-end;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 76% 42%,rgba(255,255,255,.12),transparent 26%),linear-gradient(115deg,transparent 48%,rgba(255,255,255,.05) 48% 49%,transparent 49%)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,10,.75),rgba(5,8,10,.26) 58%,rgba(5,8,10,.1))}.hero-content{position:relative;padding-bottom:124px}.eyebrow{font-family:"Manrope";font-size:11px;font-weight:800;letter-spacing:.18em;margin:0 0 22px}.eyebrow.dark{color:#626665}.hero h1,.section h2,.agents h2,.cta-box h2{font-family:"Manrope";font-weight:700;line-height:.98;letter-spacing:-.055em}.hero h1{font-size:clamp(56px,7.2vw,108px);max-width:940px;margin:0}.hero h1 em,.intro-statement em{font-family:Georgia,serif;font-weight:400}.hero-copy{font-size:19px;max-width:610px;color:rgba(255,255,255,.82);margin:30px 0}.hero-actions{display:flex;gap:12px}.hero-meta{position:absolute;bottom:0;left:0;right:0;border-top:1px solid rgba(255,255,255,.22);display:flex;justify-content:space-between;padding:20px 36px;font-size:11px;letter-spacing:.08em;color:rgba(255,255,255,.72)}.intro-strip{padding:78px 0;border-bottom:1px solid var(--line)}.intro-grid{display:grid;grid-template-columns:1fr 3fr;align-items:start}.intro-statement{font-family:"Manrope";font-size:clamp(34px,4vw,62px);line-height:1.08;letter-spacing:-.045em;margin:0;max-width:900px}.section{padding:120px 0}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.portrait-card{height:620px}.image-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#d9d5cd,#abaeaa);border-radius:3px;overflow:hidden;color:rgba(16,20,22,.38);font-family:"Manrope";font-weight:800;letter-spacing:.14em;text-align:center}.image-placeholder span{border:1px solid rgba(16,20,22,.3);padding:14px 18px}.section-copy h2,.section-heading h2{font-size:clamp(42px,5vw,70px);margin:0 0 30px}.section-copy p{font-size:17px;color:#4e5352;max-width:650px}.inline-actions{display:flex;gap:28px;margin-top:35px}.text-link{font-family:"Manrope";font-size:12px;font-weight:800;letter-spacing:.08em;border-bottom:1px solid}.buyers{background:#ded9cf}.section-heading{max-width:790px;margin-bottom:60px}.section-heading>p:last-child{font-size:17px;color:#555a59;max-width:660px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(16,20,22,.15);border:1px solid rgba(16,20,22,.15)}.info-card{background:#e7e2d8;padding:46px 38px;min-height:315px}.card-number{font-size:11px;font-weight:700;color:#717574}.info-card h3{font-family:"Manrope";font-size:28px;letter-spacing:-.03em;margin:70px 0 14px}.info-card p{color:#565b5a}.agents{display:grid;grid-template-columns:1.1fr .9fr;min-height:700px;background:var(--ink);color:white}.landscape{border-radius:0;min-height:700px;background:linear-gradient(145deg,#8c918e,#c7c5be)}.agents-panel{padding:90px 8vw;display:flex;flex-direction:column;justify-content:center}.agents h2{font-size:clamp(45px,5vw,76px);margin:0 0 28px}.agents-panel>p:not(.eyebrow){color:rgba(255,255,255,.7);font-size:17px}.agent-points{display:grid;gap:0;margin:30px 0 38px;border-top:1px solid rgba(255,255,255,.18)}.agent-points span{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:13px;letter-spacing:.03em}.centered{text-align:center;margin-left:auto;margin-right:auto}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.process-step{border-top:1px solid var(--ink);padding-top:20px}.process-step strong{font-size:11px;letter-spacing:.1em}.process-step h3{font-family:"Manrope";font-size:24px;margin:42px 0 12px}.process-step p{color:#5c6160}.quote-section{background:#b7b4ac;padding:110px 0}.quote-inner{text-align:center}.quote-inner p{font-family:Georgia,serif;font-size:clamp(34px,4.5vw,65px);line-height:1.12;margin:0 auto 32px;max-width:1050px}.quote-inner span{font-family:"Manrope";font-size:11px;font-weight:800;letter-spacing:.16em}.cta-section{padding-top:0}.cta-box{background:#202629;color:white;padding:70px;display:flex;justify-content:space-between;gap:50px;align-items:flex-end}.cta-box h2{font-size:clamp(45px,5vw,72px);margin:0 0 14px}.cta-box p:not(.eyebrow){color:rgba(255,255,255,.65);margin:0;max-width:600px}.cta-actions{display:flex;gap:10px;flex-shrink:0}footer{background:#0e1112;color:white;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-brand{margin-bottom:25px}.footer-grid strong{font-size:10px;letter-spacing:.14em}.footer-grid p,.footer-grid a{color:rgba(255,255,255,.6);font-size:13px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:24px;margin-top:50px;display:flex;justify-content:space-between;gap:30px;color:rgba(255,255,255,.42);font-size:10px}.menu-open .desktop-nav{display:flex}.menu-open .header-cta{display:inline-flex}@media(max-width:900px){.desktop-nav,.header-cta{display:none}.menu-button{display:block}.site-header{padding:0 22px}.hero{min-height:680px}.hero-content{padding-bottom:110px}.hero-meta{padding:18px 24px}.intro-grid,.split,.agents{grid-template-columns:1fr}.intro-grid{gap:18px}.portrait-card{height:500px}.split{gap:45px}.agents-image{min-height:440px}.agents-panel{padding:75px 7vw}.card-grid{grid-template-columns:1fr}.info-card{min-height:250px}.info-card h3{margin-top:35px}.process-grid{grid-template-columns:1fr 1fr}.cta-box{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.menu-open .desktop-nav{position:absolute;top:86px;left:0;right:0;background:var(--paper);padding:24px;flex-direction:column;border-bottom:1px solid var(--line)}.menu-open .header-cta{position:absolute;top:272px;left:24px;z-index:2}}@media(max-width:600px){.container{width:min(100% - 30px,1180px)}.site-header{height:76px}.hero h1{font-size:49px}.hero-copy{font-size:17px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-meta{display:none}.intro-strip,.section{padding:76px 0}.portrait-card{height:420px}.section-copy h2,.section-heading h2{font-size:42px}.process-grid{grid-template-columns:1fr}.cta-box{padding:45px 24px}.cta-actions{flex-direction:column;width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.inline-actions{flex-direction:column;gap:15px}.menu-open .desktop-nav{top:76px}.menu-open .header-cta{top:262px}}
