.page-professional {
  background: #fff;
}

.page-professional .page-wash,
.page-professional .interior-brand {
  display: none;
}
.page-professional .site-main {
  max-width: none;
  padding: 0;
  width: 100%;
}
.page-professional .site-main > article.professional-profile {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.profile-shell {
  margin: 0 auto;
  max-width: 1380px;
  padding-left: 52px;
  padding-right: 52px;
  width: 100%;
}

.profile-hero {
  background: #fff;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.profile-hero::before {
  background-image: var(--profile-hero-image);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
}

.profile-hero::after {
  background:
    linear-gradient(90deg, #fff 0%, #fff 28%, rgba(255, 255, 255, 0.94) 38%, rgba(255, 255, 255, 0.52) 56%, rgba(255, 255, 255, 0.04) 79%),
    linear-gradient(0deg, rgba(255, 243, 247, 0.5), transparent 50%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.profile-hero .profile-shell {
  position: relative;
  z-index: 1;
}

.profile-breadcrumb {
  background: transparent;
  font-size: 13px;
  margin: 0;
  padding: 24px 0 18px;
}

.profile-breadcrumb > li + li::before {
  color: #a3a3ae;
  content: "›";
  padding: 0 12px;
}

.profile-breadcrumb .active {
  color: var(--pink-dark);
  font-weight: 700;
}

.profile-hero-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 215px minmax(0, 1fr) 255px;
  padding: 8px 0 30px;
}

.professional-profile-portrait {
  height: 204px;
  position: relative;
  width: 204px;
}

.professional-profile-portrait > img,
.professional-profile-portrait > .professional-portrait-placeholder {
  background: var(--pink-soft);
  border: 7px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 15px 36px rgba(82, 32, 49, 0.15);
  display: block;
  height: 204px;
  object-fit: cover;
  width: 204px;
}

.professional-profile-portrait .member-leaf {
  bottom: -15px;
  height: 54px;
  width: 54px;
}

.professional-profile-kicker {
  color: var(--pink-dark) !important;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  margin: 0 0 5px !important;
  text-transform: uppercase;
}

.professional-profile-heading h1 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(35px, 3.15vw, 51px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0;
}

.professional-speciality {
  color: #292a35 !important;
  font-size: 19px;
  line-height: 1.35 !important;
  margin: 6px 0 10px !important;
}

.profile-member-line {
  align-items: center;
  color: var(--pink-dark) !important;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin: 0 0 20px !important;
}

.profile-member-line > span {
  align-items: center;
  background: var(--pink);
  border-radius: 50%;
  display: inline-flex;
  height: 17px;
  justify-content: center;
  width: 17px;
}

.profile-member-line svg {
  fill: none;
  height: 11px;
  stroke: #fff;
  stroke-width: 2.4;
  width: 11px;
}

.profile-quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 30px;
  margin: 0 0 22px;
}

.profile-quick-facts > div {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 118px;
}

.profile-quick-facts dt svg,
.profile-contact-list dt svg {
  fill: none;
  height: 22px;
  stroke: var(--pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}

.profile-quick-facts dd {
  line-height: 1.2;
  margin: 0;
}

.profile-quick-facts strong,
.profile-quick-facts small {
  display: block;
}

.profile-quick-facts strong {
  color: #282933;
  font-size: 12px;
}

.profile-quick-facts small {
  color: #70717c;
  font-size: 10px;
  margin-top: 3px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.profile-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--pink);
  border-radius: 8px;
  color: var(--pink-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 44px;
  padding: 8px 20px;
}

.profile-action svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.profile-action:hover,
.profile-action:focus {
  background: #fff5f8;
  color: #a92152;
}

.profile-action-primary {
  background: linear-gradient(135deg, #ec1f5b, #e53772);
  box-shadow: 0 9px 20px rgba(221, 42, 96, 0.18);
  color: #fff;
}

.profile-action-primary:hover,
.profile-action-primary:focus {
  background: var(--pink-dark);
  color: #fff;
}

.profile-verification {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(239, 195, 211, 0.85);
  border-radius: 13px;
  box-shadow: 0 16px 38px rgba(55, 28, 38, 0.13);
  padding: 20px;
}

.profile-verification h2 {
  align-items: center;
  color: var(--pink-dark);
  display: flex;
  font-family: var(--sans) !important;
  font-size: 15px;
  gap: 9px;
  margin: 0 0 13px !important;
}

.profile-verification h2 svg {
  fill: none;
  height: 23px;
  stroke: var(--pink);
  stroke-width: 1.8;
  width: 23px;
}

.profile-verification ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-verification li {
  align-items: center;
  color: #30313b !important;
  display: flex;
  font-size: 12px;
  gap: 9px;
  line-height: 1.4 !important;
  padding: 5px 0;
}

.profile-verification li svg {
  fill: none;
  height: 16px;
  stroke: var(--pink);
  stroke-width: 2;
  width: 16px;
}

.profile-content-grid {
  display: grid;
  gap: 14px;
  grid-template-areas:
    "about map information"
    "about map contact"
    "locality map share";
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.92fr) minmax(270px, 1fr);
  padding-bottom: 16px;
  padding-top: 18px;
}

.profile-panel {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #f0dfe6;
  border-radius: 11px;
  box-shadow: 0 7px 25px rgba(84, 43, 58, 0.05);
  min-width: 0;
  padding: 17px 20px;
}

.profile-panel h2 {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-family: var(--sans) !important;
  font-size: 14px;
  font-weight: 750;
  gap: 9px;
  letter-spacing: 0.01em;
  margin: 0 0 13px !important;
  text-transform: uppercase;
}

.profile-panel h2 img {
  height: 20px;
  transform: rotate(10deg);
  width: 20px;
}

.profile-about {
  grid-area: about;
}

.professional-profile-description {
  color: #3c3d47;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.professional-profile-description p {
  margin: 0 0 1em;
}

.professional-profile-description p:last-child {
  margin-bottom: 0;
}

.professional-arts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.professional-arts li {
  background: var(--pink-soft);
  border-radius: 999px;
  color: #a72151 !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3 !important;
  padding: 6px 10px;
}

.profile-map-panel {
  display: flex;
  flex-direction: column;
  grid-area: map;
}

.profile-map-frame {
  border: 1px solid #eadce1;
  border-radius: 9px;
  flex: 1;
  min-height: 470px;
  overflow: hidden;
}

.profile-map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 470px;
  width: 100%;
}

.profile-map-link {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  margin-top: 11px;
}

.profile-information {
  grid-area: information;
}

.profile-information-list,
.profile-contact-list {
  margin: 0;
}

.profile-information-list > div {
  align-items: center;
  border-bottom: 1px solid #f1e8eb;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 7px 0;
}

.profile-information-list > div:last-child {
  border-bottom: 0;
}

.profile-information-list dt {
  font-weight: 500;
}

.profile-information-list dd {
  color: var(--ink);
  font-weight: 750;
  margin-left: 14px;
  text-align: right;
}

.profile-locality {
  grid-area: locality;
}

.profile-locality address {
  color: #3f404b;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}

.profile-contact-panel {
  grid-area: contact;
}

.profile-contact-list > div {
  align-items: flex-start;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr);
  margin: 11px 0;
}

.profile-contact-list dd {
  line-height: 1.25;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.profile-contact-list strong,
.profile-contact-list small {
  display: block;
}

.profile-contact-list strong {
  color: #282933;
  font-size: 12px;
}

.profile-contact-list small {
  color: #777984;
  font-size: 10px;
  margin-top: 2px;
}

.profile-contact-list > p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.profile-share-panel {
  grid-area: share;
}

.profile-share-panel .share-buttons {
  justify-content: flex-start;
}

.profile-share-panel .share-button {
  border: 0;
  font-size: 10px;
  gap: 5px;
  line-height: 31px;
  min-height: 31px;
  padding: 0 11px;
}

.share-copy {
  background: #fff;
  border: 1px solid #dcdce4 !important;
  color: #34343e;
}

.share-copy:hover,
.share-copy:focus {
  background: #f7f7f9;
  color: #17171d;
}

.share-copy svg {
  fill: none;
  height: 15px;
  margin-right: 5px;
  stroke: currentColor;
  stroke-width: 1.8;
  width: 15px;
}

.profile-contact-banner {
  align-items: center;
  background:
    radial-gradient(circle at 4% 50%, rgba(245, 195, 213, 0.5), transparent 17%),
    radial-gradient(circle at 94% 60%, rgba(245, 195, 213, 0.36), transparent 20%),
    linear-gradient(90deg, #fff8fa, #fff);
  border: 1px solid #f1dfe6;
  border-radius: 11px;
  display: grid;
  gap: 24px;
  grid-template-columns: 58px minmax(210px, 1fr) auto;
  margin-bottom: 14px;
  margin-top: 0;
  min-height: 88px;
  padding-bottom: 13px;
  padding-top: 13px;
}

.profile-contact-banner-icon {
  align-items: center;
  background: #fff;
  border: 1px solid #f2d6e0;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(82, 32, 49, 0.08);
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.profile-contact-banner-icon svg {
  fill: none;
  height: 24px;
  stroke: var(--pink);
  stroke-width: 1.8;
  width: 24px;
}

.profile-contact-banner small,
.profile-contact-banner strong,
.profile-contact-banner > div > span {
  display: block;
}

.profile-contact-banner small,
.profile-contact-banner > div > span {
  font-size: 10px;
}

.profile-contact-banner strong {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.25;
}
