.portal-profile{padding:30px 0 64px;color:#34474b}.portal-profile__breadcrumbs{margin-bottom:18px}.portal-profile__header{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:28px;align-items:center;margin-bottom:28px;padding:28px 32px;border:1px solid #dcebd8;border-radius:20px;background:linear-gradient(135deg,#eef7e8,#f8fbf7);box-shadow:0 8px 24px rgba(34,55,75,.06)}.portal-profile__logo{display:flex;min-height:120px;align-items:center;justify-content:center;padding:18px;border:1px solid #e3ebe3;border-radius:14px;background:#fff}.portal-profile__logo img{display:block;max-width:100%;max-height:112px;object-fit:contain}.portal-profile__logo--placeholder{color:#63890f;font-size:2.1rem}.portal-profile__eyebrow{display:block;margin:0 0 8px;color:#6e970b;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.portal-profile__identity h1{margin:0;color:#24452b;font-size:clamp(1.8rem,3.4vw,2.7rem);font-weight:700;line-height:1.16}.portal-profile__category{margin:13px 0 0}.portal-profile__summary{display:flex;align-items:flex-start;gap:8px;margin:12px 0 0;color:#59666b;line-height:1.5}.portal-profile__summary i{margin-top:3px;color:#6e970b}.portal-profile__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:19px}.portal-profile__action{display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:9px 14px;border:1px solid #6e970b;border-radius:9px;background:#6e970b;color:#fff;font-weight:700;text-decoration:none}.portal-profile__action:hover,.portal-profile__action:focus{border-color:#557e08;background:#557e08;color:#fff}.portal-profile__action--secondary{border-color:#b8c8bb;background:#fff;color:#315b32}.portal-profile__action--secondary:hover,.portal-profile__action--secondary:focus{border-color:#88a78c;background:#f4f8f4;color:#24452b}.portal-profile__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(270px,1fr);gap:26px;align-items:start}.portal-profile__main{min-width:0}.portal-profile__sidebar{display:grid;gap:18px}.portal-profile__sidebar-section,.portal-profile__content,.portal-profile__gallery,.portal-profile__related{border:1px solid #dfe9e1;border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(34,55,75,.07)}.portal-profile__sidebar-section{padding:22px}.portal-profile__sidebar-section h2,.portal-profile__content h2,.portal-profile__related h2{margin:0 0 16px;color:#315b32;font-size:1.35rem}.portal-profile__contact-list{margin:0;padding:0;list-style:none}.portal-profile__contact-row{display:flex;gap:11px;padding:12px 0;border-top:1px solid #edf1ee;color:#59666b}.portal-profile__contact-row:first-child{padding-top:0;border-top:0}.portal-profile__contact-row i{width:18px;margin-top:3px;color:#6e970b;text-align:center}.portal-profile__contact-row strong{display:block;margin-bottom:2px;color:#45545a;font-size:.83rem}.portal-profile__contact-row span,.portal-profile__contact-row a{min-width:0;overflow-wrap:anywhere}.portal-profile__contact-row a{color:#557d0a;font-weight:700}.portal-profile__back{display:inline-flex;align-items:center;gap:8px;color:#557d0a;font-weight:700;text-decoration:none}.portal-profile__back:hover,.portal-profile__back:focus{text-decoration:underline}.portal-profile__gallery{overflow:hidden;margin-bottom:24px}.portal-profile__main-image{display:block;position:relative;min-height:320px;background:#f5f8f5}.portal-profile__main-image img{display:block;width:100%;height:clamp(280px,42vw,510px);object-fit:contain}.portal-profile__thumbnails{display:flex;gap:10px;overflow-x:auto;padding:13px;background:#fbfdfb}.portal-profile__thumbnail{display:block;flex:0 0 78px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:8px;background:#edf3ed}.portal-profile__thumbnail:hover,.portal-profile__thumbnail:focus{border-color:#6e970b;outline:0}.portal-profile__thumbnail img{display:block;width:74px;height:58px;object-fit:cover}.portal-profile__content{padding:30px;overflow-wrap:anywhere}.portal-profile__content>*:first-child{margin-top:0}.portal-profile__content>*:last-child{margin-bottom:0}.portal-profile__content p,.portal-profile__content li{color:#485b50;line-height:1.7}.portal-profile__content h2,.portal-profile__content h3{clear:both;color:#315b32;line-height:1.25}.portal-profile__content h3{margin:1.7em 0 .65em;font-size:1.2rem}.portal-profile__content a{color:#557d0a;font-weight:700;overflow-wrap:anywhere}.portal-profile__content img{max-width:100%!important;height:auto!important}.portal-profile__content iframe{display:block;max-width:100%;margin:20px auto;border:0}.portal-profile__content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.portal-profile__content th,.portal-profile__content td{padding:9px;border:1px solid #dce5df}.portal-profile__related{margin-top:24px;padding:26px}.portal-profile__related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.portal-profile__related .portal-directory__card{min-height:100%}.portal-profile__related .portal-directory__media{height:112px}.portal-profile__related .portal-directory__card-body{padding:16px}.portal-profile__related .portal-directory__description{display:none}.portal-profile__related .portal-directory__location{margin-bottom:0}.portal-profile__empty-media{display:flex;min-height:120px;align-items:center;justify-content:center;color:#6e970b;font-size:2rem;background:#f4f8f4}@media(max-width:991px){.portal-profile__layout{grid-template-columns:1fr}.portal-profile__sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-profile__related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.portal-profile{padding:16px 0 38px}.portal-profile__header{grid-template-columns:1fr;gap:20px;padding:23px 20px;border-radius:14px}.portal-profile__logo{min-height:88px;max-width:180px}.portal-profile__logo img{max-height:78px}.portal-profile__identity h1{font-size:2rem}.portal-profile__actions,.portal-profile__action{width:100%}.portal-profile__sidebar{grid-template-columns:1fr}.portal-profile__main-image{min-height:200px}.portal-profile__main-image img{height:260px}.portal-profile__content,.portal-profile__related{padding:22px 18px}.portal-profile__related-grid{grid-template-columns:1fr}.portal-profile__thumbnail{flex-basis:68px}.portal-profile__thumbnail img{width:64px;height:52px}}@media(prefers-reduced-motion:reduce){.portal-profile *{scroll-behavior:auto}}
