.real-media-section{padding:72px 0;background:#fff;color:#102642}
.real-media-section--soft{background:#f7f5ef}
.real-media-wrap{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.real-media-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.real-media-heading>div{max-width:760px}
.real-media-kicker{display:block;margin-bottom:10px;color:#b97815;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.real-media-heading h2{margin:0;font:700 clamp(36px,5vw,64px)/1.04 Georgia,serif;letter-spacing:-.035em}
.real-media-heading p{max-width:620px;margin:14px 0 0;color:#5e6f83;font-size:17px;line-height:1.6}
.staff-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.staff-card{overflow:hidden;border:1px solid rgba(16,38,66,.1);border-radius:24px;background:#f7f5ef;box-shadow:0 10px 30px rgba(16,38,66,.07)}
.staff-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 22%;background:#e8edf2}
.staff-card__body{padding:17px 18px 19px}
.staff-card strong{display:block;color:#102642;font-size:18px;line-height:1.25}
.staff-card span{display:block;margin-top:6px;color:#68778a;font-size:13px}
.office-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.office-photo{overflow:hidden;margin:0;border-radius:22px;background:#e8edf2;box-shadow:0 10px 30px rgba(16,38,66,.08)}
.office-photo:first-child{grid-column:span 2;grid-row:span 2}
.office-photo img{display:block;width:100%;height:100%;min-height:250px;aspect-ratio:4/3;object-fit:cover}
.office-photo:first-child img{aspect-ratio:16/10}
.office-groups{display:grid;gap:34px}
.office-group h3{margin:0 0 14px;font-size:28px;color:#102642}
.office-group__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.office-group__grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;background:#e8edf2}
@media(max-width:900px){.staff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.office-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.office-photo:first-child{grid-column:span 2;grid-row:auto}.office-group__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.office-group__grid img:last-child{display:none}}
@media(max-width:560px){.real-media-section{padding:48px 0}.real-media-wrap{width:min(100% - 28px,1200px)}.real-media-heading{display:block;margin-bottom:22px}.real-media-heading h2{font-size:36px}.real-media-heading p{font-size:15px}.staff-grid{gap:10px}.staff-card{border-radius:17px}.staff-card__body{padding:12px}.staff-card strong{font-size:15px}.staff-card span{font-size:11px}.office-gallery{gap:8px}.office-photo{border-radius:14px}.office-photo img{min-height:150px}.office-group__grid{gap:8px}.office-group__grid img{border-radius:12px}}

.office-contact-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 22px;padding:20px 24px;border-radius:20px;background:#102642;color:#fff;box-shadow:0 12px 30px rgba(16,38,66,.12)}
.office-contact-card__address{display:grid;gap:5px;min-width:0}
.office-contact-card__address span,.office-contact-card__phones span{color:#a9bed6;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.office-contact-card__address strong{font-size:19px;line-height:1.35}
.office-contact-card__phones{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px 18px}
.office-contact-card__phones span{width:100%;text-align:right}
.office-contact-card__phones a{color:#fff;font-size:18px;font-weight:800;text-decoration:none;white-space:nowrap}
.office-contact-card__phones a:hover{text-decoration:underline}
.office-group__contacts{display:flex;align-items:center;flex-wrap:wrap;gap:9px 16px;margin:-4px 0 16px;padding:15px 18px;border-radius:16px;background:#102642;color:#fff}
.office-group__contacts span{margin-right:auto;font-weight:700}
.office-group__contacts a{color:#fff;font-weight:800;text-decoration:none;white-space:nowrap}
.office-group__contacts a:hover{text-decoration:underline}
@media(max-width:560px){.office-contact-card{display:block;padding:17px;margin-bottom:14px;border-radius:16px}.office-contact-card__address strong{font-size:16px}.office-contact-card__phones{display:grid;justify-content:start;margin-top:15px;gap:7px}.office-contact-card__phones span{width:auto;text-align:left}.office-contact-card__phones a{font-size:16px}.office-group__contacts{display:grid;gap:7px;padding:14px}.office-group__contacts span{margin:0 0 3px}}