.maple-leaf-broker-profile{background:var(--maple-leaf-white);min-height:100vh;padding-top:80px}.maple-leaf-broker-profile__container{max-width:1200px;margin:0 auto;padding:40px 24px 80px}.maple-leaf-broker-profile__back{color:var(--maple-leaf-gray-600);align-items:center;gap:8px;margin-bottom:32px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.maple-leaf-broker-profile__back:hover{color:var(--maple-leaf-red)}.maple-leaf-broker-profile__header{background:linear-gradient(135deg,var(--maple-leaf-gray-50)0%,#f8f8f8 100%);border:1px solid var(--maple-leaf-gray-200);border-radius:20px;gap:40px;margin-bottom:48px;padding:40px;display:flex}.maple-leaf-broker-profile__avatar-wrapper{flex-shrink:0}.maple-leaf-broker-profile__avatar{object-fit:cover;border:4px solid var(--maple-leaf-white);border-radius:16px;width:180px;height:180px;box-shadow:0 8px 32px #0000001f}.maple-leaf-broker-profile__avatar--placeholder{background:linear-gradient(135deg,var(--maple-leaf-red)0%,#a51b21 100%);color:var(--maple-leaf-white);justify-content:center;align-items:center;font-size:4rem;font-weight:700;display:flex}.maple-leaf-broker-profile__info{flex-direction:column;flex:1;justify-content:center;display:flex}.maple-leaf-broker-profile__name{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-charcoal);margin:0 0 8px;font-size:2.5rem;font-weight:700;line-height:1.2}.maple-leaf-broker-profile__title{color:var(--maple-leaf-red);text-transform:uppercase;letter-spacing:1px;margin:0 0 16px;font-size:1.1rem;font-weight:600}.maple-leaf-broker-profile__bio{color:var(--maple-leaf-gray-700);max-width:600px;margin:0 0 20px;font-size:1rem;line-height:1.7}.maple-leaf-broker-profile__stats{gap:32px;margin-bottom:24px;display:flex}.maple-leaf-broker-profile__stat{background:var(--maple-leaf-white);border:1px solid var(--maple-leaf-gray-200);border-radius:10px;align-items:center;gap:10px;padding:12px 20px;display:flex}.maple-leaf-broker-profile__stat svg{color:var(--maple-leaf-red)}.maple-leaf-broker-profile__stat-value{color:var(--maple-leaf-charcoal);font-size:1.5rem;font-weight:700}.maple-leaf-broker-profile__stat-label{color:var(--maple-leaf-gray-500);font-size:.85rem}.maple-leaf-broker-profile__contact{flex-wrap:wrap;gap:16px;display:flex}.maple-leaf-broker-profile__contact-item{background:var(--maple-leaf-white);border:1px solid var(--maple-leaf-gray-200);color:var(--maple-leaf-charcoal);border-radius:8px;align-items:center;gap:10px;padding:10px 16px;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.maple-leaf-broker-profile__contact-item svg{color:var(--maple-leaf-red);flex-shrink:0}.maple-leaf-broker-profile__contact-item:not(.maple-leaf-broker-profile__contact-item--location):hover{background:var(--maple-leaf-red);border-color:var(--maple-leaf-red);color:var(--maple-leaf-white)}.maple-leaf-broker-profile__contact-item:not(.maple-leaf-broker-profile__contact-item--location):hover svg{color:var(--maple-leaf-white)}.maple-leaf-broker-profile__section{margin-bottom:48px}.maple-leaf-broker-profile__section-title{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-charcoal);border-bottom:2px solid var(--maple-leaf-gray-200);align-items:center;gap:12px;margin:0 0 24px;padding-bottom:16px;font-size:1.5rem;font-weight:600;display:flex}.maple-leaf-broker-profile__section-title svg{color:var(--maple-leaf-red)}.maple-leaf-broker-profile__boats-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.maple-leaf-broker-boat-card{background:var(--maple-leaf-white);border:1px solid var(--maple-leaf-gray-200);border-radius:12px;text-decoration:none;transition:all .3s;overflow:hidden}.maple-leaf-broker-boat-card:hover{border-color:var(--maple-leaf-red);transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.maple-leaf-broker-boat-card__image{height:180px;position:relative;overflow:hidden}.maple-leaf-broker-boat-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.maple-leaf-broker-boat-card:hover .maple-leaf-broker-boat-card__image img{transform:scale(1.05)}.maple-leaf-broker-boat-card__sold-badge{color:var(--maple-leaf-white);text-transform:uppercase;letter-spacing:1px;background:#6b7280;border-radius:6px;padding:6px 14px;font-size:.75rem;font-weight:700;position:absolute;top:12px;right:12px}.maple-leaf-broker-boat-card__content{padding:16px}.maple-leaf-broker-boat-card__title{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-charcoal);margin:0 0 8px;font-size:1.05rem;font-weight:600;line-height:1.3}.maple-leaf-broker-boat-card__price{color:var(--maple-leaf-red);margin:0 0 8px;font-size:1.15rem;font-weight:700}.maple-leaf-broker-boat-card__meta{color:var(--maple-leaf-gray-500);align-items:center;gap:8px;font-size:.85rem;display:flex}.maple-leaf-broker-profile__more-text{text-align:center;color:var(--maple-leaf-gray-500);margin-top:24px;font-size:.95rem}.maple-leaf-broker-profile__empty{background:var(--maple-leaf-gray-50);color:var(--maple-leaf-gray-500);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 24px;display:flex}.maple-leaf-broker-profile__empty p{margin:0;font-size:1.1rem}.maple-leaf-broker-profile__cta{background:linear-gradient(135deg,var(--maple-leaf-charcoal)0%,#1a1a1a 100%);text-align:center;border-radius:20px;margin-top:48px;padding:48px}.maple-leaf-broker-profile__cta h3{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-white);margin:0 0 12px;font-size:1.75rem;font-weight:700}.maple-leaf-broker-profile__cta p{color:#fffc;margin:0 0 24px;font-size:1.1rem}.maple-leaf-broker-profile__cta-btn{background:var(--maple-leaf-red);color:var(--maple-leaf-white);text-transform:uppercase;letter-spacing:.5px;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.maple-leaf-broker-profile__cta-btn:hover{background:#a51b21;transform:translateY(-2px);box-shadow:0 8px 24px #c5212766}@media (max-width:768px){.maple-leaf-broker-profile__container{padding:24px 16px 60px}.maple-leaf-broker-profile__header{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:32px 24px}.maple-leaf-broker-profile__avatar{width:140px;height:140px}.maple-leaf-broker-profile__avatar--placeholder{font-size:3rem}.maple-leaf-broker-profile__name{font-size:1.75rem}.maple-leaf-broker-profile__bio{max-width:none}.maple-leaf-broker-profile__stats{flex-direction:column;gap:12px;width:100%}.maple-leaf-broker-profile__stat,.maple-leaf-broker-profile__contact{justify-content:center}.maple-leaf-broker-profile__boats-grid{grid-template-columns:1fr}.maple-leaf-broker-profile__cta{padding:32px 24px}.maple-leaf-broker-profile__cta h3{font-size:1.4rem}}@media (max-width:480px){.maple-leaf-broker-profile__contact{flex-direction:column;align-items:stretch}.maple-leaf-broker-profile__contact-item{justify-content:center}}
