/* Extensions use the existing palette and typefaces; master-lock.css is preserved. */
.interior-journey .section-head h2{max-width:800px}.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.journey-grid article{background:#fff;border:1px solid var(--line)}.journey-grid img{width:100%;height:245px;object-fit:cover}
.journey-grid article>div{padding:20px}.journey-grid span{font-size:9px;letter-spacing:.16em;color:var(--gold3);font-weight:800}
.journey-grid h3{font-size:34px;font-weight:600;margin:7px 0}.journey-grid p{font-size:12px;color:var(--muted);line-height:1.6}
.journey-grid a{font-size:10px;text-transform:uppercase;color:#795a32;font-weight:800}
.estimate-wrap{display:flex;align-items:center;justify-content:space-between;gap:26px}
.estimate-wrap h2{font-size:42px;margin:6px 0}.estimate-wrap p{font-size:12px;line-height:1.6;max-width:780px}
.partner-preview-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:45px}.partner-preview h2{font-size:clamp(42px,4vw,65px);line-height:.95;margin:10px 0}.partner-preview p{font-size:13px;line-height:1.65;color:var(--muted);max-width:650px}
.partner-preview img{width:100%;height:430px;object-fit:cover}.partner-preview .cta{margin-top:15px}
.market-hero{background:var(--ink2);color:#fff;padding:80px 0 60px}.market-hero h1{font-size:clamp(50px,6vw,80px);line-height:.92;margin:9px 0 18px}.market-hero p{max-width:760px;color:#d6cbbd;line-height:1.65}
.market-filter{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 24px}.market-filter button{border:1px solid var(--line);background:#fff;padding:10px 13px;color:var(--text);cursor:pointer}.market-filter button[aria-pressed=true]{background:var(--ink2);color:#fff}
.market-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.market-card{padding:25px;background:white;border:1px solid var(--line);min-height:245px;display:flex;flex-direction:column}.market-card[hidden]{display:none}.market-card h2{font-size:35px;line-height:1.06;margin:10px 0}.market-card p{font-size:12px;color:var(--muted);line-height:1.6}.market-card a{font-size:10px;text-transform:uppercase;font-weight:800;color:#795a32;margin-top:auto}
@media(max-width:1180px){.navlinks{gap:12px}.navlinks a{font-size:9px}.header .brandmark{min-width:165px}}
@media(max-width:920px){.journey-grid,.market-cards{grid-template-columns:repeat(2,1fr)}.partner-preview-grid{grid-template-columns:1fr}.partner-preview img{height:300px}}
@media(max-width:600px){.journey-grid,.market-cards{grid-template-columns:1fr}.journey-grid img{height:200px}.estimate-wrap{display:block}.estimate-wrap .cta{margin-top:14px}.market-hero{padding-top:55px}.partner-preview img{height:230px}}
