.p-split{display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:center}.p-photo{width:100%;height:500px;border-radius:14px;object-fit:cover}.p-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.p-card{padding:30px;border:1px solid var(--th-line);border-radius:14px;background:var(--th-white)}.p-card h3{margin:0 0 12px;font-family:Georgia,serif;font-size:1.4rem}.p-card p{margin:0;color:var(--th-muted);font-size:.85rem}.p-cream{background:var(--th-cream)}.p-host-compact{padding:58px 0!important;background:var(--th-white)}.p-host-bar{display:grid;grid-template-columns:74px 1fr auto;gap:22px;align-items:center;padding:25px 28px;border-radius:14px;background:var(--th-cream)}.p-host-bar img{width:74px;height:74px;border-radius:50%;object-fit:cover}.p-host-bar h2{margin:4px 0 5px!important;font-size:1.8rem!important}.p-host-bar p{margin:0;color:var(--th-muted);font-size:.78rem}.p-host-bar>span{color:#9b6258;font-size:.68rem;font-weight:800;white-space:nowrap}@media (max-width:850px){.p-split,.p-card-grid{grid-template-columns:1fr}.p-photo{height:390px}}@media (max-width:700px){.p-host-bar{grid-template-columns:60px 1fr}.p-host-bar img{width:60px;height:60px}.p-host-bar>span{grid-column:2}}@media (max-width:620px){.p-photo{height:300px}}