.profil-page {
    --pi-ink: #101c3e;
    --pi-muted: #5c6781;
    --pi-navy: #071a35;
    --pi-purple: #5630b5;
    --pi-gold: #f5ca73;
    --pi-line: #eaeef6;
    --pi-paper: #fafbfe;
    color: var(--pi-ink);
    background: var(--pi-paper);
    font-family: "Libre Franklin", sans-serif;
    font-size: 13px;
    line-height: 1.65;
    padding-bottom: 32px;
}
.profil-page *, .profil-page *::before, .profil-page *::after { box-sizing: border-box; }
.profil-page :is(h1,h2,h3,p) { margin: 0; }
.profil-page :is(h2,h3) { font-family: "Plus Jakarta Sans", sans-serif; }
.profil-page a { color: inherit; text-decoration: none; }
.profil-page button { font: inherit; cursor: pointer; }
.profil-page [hidden] { display: none !important; }
.profil-page ::selection { background: #f5d992; color: #0a1830; }
.profil-page :is(a,button,[tabindex]):focus-visible { outline: 3px solid #8c67df; outline-offset: 4px; }
.profil-page :is(.profil-hero,.profil-popular,.profil-action) :focus-visible { outline-color: var(--pi-gold); }
.profil-page section[id] { scroll-margin-top: 100px; }
.profil-shell { width: min(1380px, calc(100% - 48px)); margin-inline: auto; }
.profil-hero { position: relative; isolation: isolate; min-height: 460px; background: var(--pi-navy); color: #fff; overflow: hidden; }
.profil-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profil-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,15,34,.52), rgba(2,15,34,.25) 48%, transparent 77%); }
.profil-hero__inner { padding: 37px 25px 100px; }
.profil-breadcrumb { display: flex; align-items: center; gap: 13px; font-size: 11px; color: #e2e8f3; margin-bottom: 23px; }
.profil-breadcrumb i { font-size: 8px; color: #acbed6; }
.profil-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 4px; }
.profil-hero__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; align-items: center; }
.profil-hero__copy { min-width: 0; }
.profil-hero h1 { font-family: "Lora", Georgia, serif; font-size: clamp(36px,4.2vw,58px); font-weight: 500; line-height: 1.15; letter-spacing: -.025em; }
.profil-hero__headline { color: var(--pi-gold); font-family: "Lora", Georgia, serif; font-weight: 500; font-size: clamp(16px,1.55vw,21px); line-height: 1.6; margin-top: 7px !important; }
.profil-hero__description { max-width: 600px; font-size: 14px; line-height: 1.8; color: #edf1f8; margin-top: 15px !important; }
.profil-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; max-width: 780px; margin-top: 24px; }
.profil-stat { padding: 17px 15px; background: rgba(17,34,57,.68); border: 1px solid rgba(204,221,247,.15); border-radius: 10px; transition: background .18s ease; }
.profil-stat:hover { background: rgba(35,54,83,.9); }
.profil-stat > span { display: flex; gap: 9px; align-items: center; font-size: 10px; font-weight: 550; line-height: 1.5; }
.profil-stat i { color: #e4d9ff; font-size: 17px; }
.profil-stat strong { display: block; font-size: 25px; line-height: 1.4; font-weight: 600; margin-top: 5px; font-variant-numeric: tabular-nums; }
.profil-stat small { display: block; font-size: 10px; color: #e0e6f0; line-height: 1.6; }
.profil-directory-callout { padding: 28px; background: rgba(5,21,44,.94); border: 1px solid rgba(218,231,255,.1); border-radius: 16px; }
.profil-directory-callout h2 { font-size: 18px; line-height: 1.5; font-weight: 700; }
.profil-directory-callout p { color: #e5eaf4; font-size: 13px; line-height: 1.8; margin: 15px 0 21px; }
.profil-button { display: inline-flex; justify-content: center; align-items: center; gap: 17px; min-height: 42px; padding: 10px 19px; border: 1px solid transparent; border-radius: 8px; font-size: 11px; font-weight: 650; transition: background .18s ease; }
.profil-button--gold { color: #18213a !important; background: var(--pi-gold); }
.profil-button--gold:hover { background: #ffdf97; }
.profil-button--soft { color: #25355b !important; background: #f2f4f9; width: 100%; min-height: 35px; padding: 8px 12px; }
.profil-button--soft:hover { background: #e8eaf4; }
.profil-button--dark-outline { color: #f7f9ff !important; border-color: #455773; background: transparent; min-height: 35px; padding: 7px 12px; width: 100%; font-size: 10px; }
.profil-button--dark-outline:hover { background: #1b3151; }
.profil-content { position: relative; margin-top: -73px; }
.profil-panel { background: #fff; border: 1px solid var(--pi-line); border-radius: 12px; padding: 23px; min-width: 0; }
.profil-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
.profil-eyebrow { text-transform: uppercase; font-size: 10px; font-weight: 750; letter-spacing: .025em; line-height: 1.6; margin-bottom: 3px !important; }
.profil-heading h2 { font-size: 17px; line-height: 1.5; font-weight: 750; }
.profil-link { display: inline-flex; align-items: center; gap: 13px; color: var(--pi-purple) !important; font-size: 10px; font-weight: 650; min-height: 28px; flex-shrink: 0; }
.profil-link:hover, .profil-page h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.profil-people__layout { display: flex; align-items: center; gap: 22px; }
.profil-people__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 64px)/5); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #d9d1ed transparent; flex: 1; min-width: 0; padding-bottom: 7px; }
.profil-person { scroll-snap-align: start; min-width: 0; display: flex; flex-direction: column; }
.profil-person__image { display: block; height: 154px; overflow: hidden; border-radius: 10px 10px 0 0; background: #e5e8ee; }
.profil-person__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.profil-person__body { flex: 1; display: flex; flex-direction: column; position: relative; padding: 12px; margin-top: -9px; background: #fff; border: 1px solid var(--pi-line); border-radius: 9px; }
.profil-category { display: block; color: var(--pi-purple); text-transform: uppercase; font-size: 8px; font-weight: 700; line-height: 1.6; }
.profil-person h3 { font-size: 12px; font-weight: 750; line-height: 1.6; margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 57px; }
.profil-person p { color: var(--pi-muted); font-size: 10px; line-height: 1.8; margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.profil-person .profil-link { padding-top: 13px; margin-top: auto; font-size: 10px; }
.profil-carousel-nav { display: flex; gap: 12px; flex-shrink: 0; }
.profil-carousel-nav button { width: 34px; height: 34px; border: 1px solid #e3e8f3; border-radius: 50%; background: #fff; color: #273761; display: grid; place-items: center; transition: background .18s ease; }
.profil-carousel-nav button:hover { background: #f3effb; }
.profil-carousel-nav button:disabled { opacity: .35; cursor: default; }
.profil-columns { display: grid; grid-template-columns: minmax(0,2.25fr) minmax(280px,1fr); gap: 18px; margin-top: 18px; align-items: start; }
.profil-main-column, .profil-sidebar { display: grid; gap: 16px; min-width: 0; }
.profil-institutions { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.profil-institution { min-width: 0; border: 1px solid var(--pi-line); border-radius: 10px; overflow: hidden; }
.profil-institution__image { display: block; height: 135px; background: #e4ebf3; }
.profil-institution__image img { width: 100%; height: 100%; object-fit: cover; }
.profil-institution__body { padding: 0 12px 10px; }
.profil-institution__logo { width: 54px; height: 54px; object-fit: contain; padding: 7px; border-radius: 50%; background: #fff; position: relative; margin-top: -28px; border: 1px solid #eff1f6; }
.profil-institution h3 { font-size: 12px; font-weight: 750; line-height: 1.65; margin: 7px 0 4px; }
.profil-institution p { color: var(--pi-muted); font-size: 10px; line-height: 1.7; }
.profil-institution__coverage { display: block; font-size: 9px; color: #745518; margin-top: 9px; }
.profil-institution__coverage i { color: #ba7e17; margin-right: 4px; }
.profil-institution .profil-link { margin-top: 9px; font-size: 9px; gap: 8px; }
.profil-duo { display: grid; grid-template-columns: 1.15fr 1fr; gap: 16px; }
.profil-duo .profil-panel { padding: 18px; }
.profil-duo .profil-heading { gap: 10px; margin-bottom: 15px; }
.profil-duo .profil-heading h2 { font-size: 14px; }
.profil-duo .profil-eyebrow { font-size: 8px; }
.profil-story { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; }
.profil-story:first-of-type { padding-top: 0; }
.profil-story:last-child { padding-bottom: 0; }
.profil-story__image { flex: 0 0 85px; }
.profil-story img { width: 85px; height: 74px; object-fit: cover; border-radius: 8px; }
.profil-story h3 { font-size: 11px; font-weight: 650; line-height: 1.65; margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.profil-story .profil-category { font-size: 7px; }
.profil-story small { display: block; color: var(--pi-muted); font-size: 9px; margin-top: 4px; }
.profil-programs { padding: 0; margin: 0 0 13px; list-style: none; }
.profil-programs li + li { border-top: 1px solid #f0f2f7; }
.profil-programs a { display: flex; align-items: center; gap: 12px; padding: 10px 0; }
.profil-programs a > i:first-child { display: grid; place-items: center; width: 27px; height: 30px; flex-shrink: 0; color: #645298; background: #f6f4fb; border-radius: 6px; font-size: 14px; }
.profil-programs a > i:last-child { margin-left: auto; font-size: 8px; color: #85819e; }
.profil-programs strong { display: block; font-size: 10px; font-weight: 650; line-height: 1.6; }
.profil-programs small { display: block; font-size: 9px; color: var(--pi-muted); }
.profil-popular { background: linear-gradient(130deg,#081b37,#101f3c); color: #fff; padding: 23px; border-radius: 12px; }
.profil-popular .profil-eyebrow { font-size: 9px; color: #e1e8f5; }
.profil-popular h2 { font-size: 16px; font-weight: 650; }
.profil-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #33435f; border-radius: 7px; overflow: hidden; margin-top: 17px; background: #1d2c49; }
.profil-tabs button { position: relative; border: 0; color: #e4e9f3; background: transparent; font-size: 10px; padding: 9px 5px; min-height: 35px; }
.profil-tabs button[aria-selected="true"] { color: #fff; background: #333057; }
.profil-tabs button[aria-selected="true"]::after { content: ""; position: absolute; height: 2px; background: #d0b9fc; bottom: 0; left: 10px; right: 10px; }
.profil-tabs button:focus-visible { outline-offset: -3px; }
.profil-tab-panel { min-height: 278px; }
.profil-ranking { list-style: none; padding: 7px 0 13px; margin: 0; counter-reset: pi-rank; }
.profil-ranking li { display: flex; align-items: flex-start; gap: 11px; padding: 9px 0; counter-increment: pi-rank; }
.profil-ranking li::before { content: counter(pi-rank); display: grid; place-items: center; flex: 0 0 21px; height: 23px; background: #dce3ee; border-radius: 7px; color: #12203a; font-size: 11px; font-weight: 650; font-variant-numeric: tabular-nums; margin-top: 1px; }
.profil-ranking li:first-child::before { background: #f5ca73; }
.profil-ranking a { display: block; min-width: 0; }
.profil-ranking strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 11px; line-height: 1.65; font-weight: 550; }
.profil-ranking small { display: block; font-size: 9px; color: #bdcbe0; margin-top: 2px; font-variant-numeric: tabular-nums; }
.profil-popular .profil-empty { color: #d5e0f0; }
.profil-access { padding: 15px; }
.profil-access h2 { color: var(--pi-purple); font-size: 9px; margin-bottom: 10px !important; }
.profil-access__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.profil-access__grid a { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px; padding: 12px 5px; border: 1px solid var(--pi-line); border-radius: 8px; }
.profil-access__grid i { color: #7650cb; font-size: 22px; }
.profil-access__grid span { font-size: 8px; font-weight: 600; line-height: 1.55; }
.profil-access__grid a:hover { background: #f7f4fc; }
.profil-follow { display: flex; gap: 14px; padding: 23px; background: #f0f2fa; border-radius: 12px; }
.profil-follow > i { color: #6945b9; font-size: 24px; margin-top: 3px; }
.profil-follow h2 { font-size: 12px; line-height: 1.5; font-weight: 700; }
.profil-follow p { font-size: 11px; color: #505d7b; line-height: 1.7; margin: 7px 0; }
.profil-network { margin-top: 18px; }
.profil-network__grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 12px; }
.profil-network__grid a { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 10px; border: 1px solid var(--pi-line); border-radius: 8px; min-width: 0; }
.profil-network__grid img { width: 40px; height: 44px; object-fit: contain; flex-shrink: 0; }
.profil-network__grid span { font-size: 10px; font-weight: 600; line-height: 1.6; }
.profil-network__grid a:hover { background: #f8f9fc; }
.profil-actions { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; margin-top: 18px; }
.profil-action { position: relative; overflow: hidden; min-width: 0; display: flex; flex-direction: column; min-height: 165px; padding: 21px 19px; color: #fff !important; border-radius: 10px; background: linear-gradient(90deg,rgba(4,17,37,.98),rgba(5,19,39,.83)), url('../img/profil-institusi-hero.png') center right / cover; }
.profil-action--purple { --action-accent: #d5b3fb; --action-bg: #322a54; }
.profil-action--gold { --action-accent: #f5cf7a; --action-bg: #393625; }
.profil-action--green { --action-accent: #86dfc4; --action-bg: #20413f; }
.profil-action h2 { position: relative; font-size: 13px; color: var(--action-accent); line-height: 1.5; font-weight: 700; }
.profil-action p { position: relative; color: #e0e6f0; font-size: 10px; line-height: 1.75; max-width: 220px; margin-top: 8px; margin-bottom: 15px; }
.profil-action > span { align-self: flex-start; display: inline-flex; align-items: center; gap: 13px; padding: 6px 12px; border-radius: 6px; color: var(--action-accent); background: var(--action-bg); font-size: 9px; margin-top: auto; }
.profil-action__icon { position: absolute; right: 16px; bottom: 18px; font-size: 56px; color: var(--action-accent); opacity: .13; }
.profil-action:hover > span { text-decoration: underline; text-underline-offset: 3px; }
.profil-collaborations, .profil-latest { margin-top: 18px; }
.profil-collaborations__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.profil-collaborations .profil-story { padding: 0; }
.profil-latest__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 35px; }
.profil-latest-story { display: flex; align-items: flex-start; gap: 17px; min-width: 0; }
.profil-latest-story__image { flex: 0 0 135px; }
.profil-latest-story img { width: 135px; height: 105px; object-fit: cover; border-radius: 8px; }
.profil-latest-story h3 { font-size: 14px; font-weight: 650; line-height: 1.6; margin: 5px 0 7px; }
.profil-latest-story small { font-size: 10px; color: var(--pi-muted); }
.profil-count { font-size: 11px; color: var(--pi-muted); white-space: nowrap; }
.profil-load { display: flex; width: auto; min-width: 220px; margin: 26px auto 0; }
.profil-load:disabled { cursor: wait; opacity: .6; }
.profil-load-status { text-align: center; color: var(--pi-muted); font-size: 12px; margin-top: 13px !important; }
.profil-load-status:empty { display: none; }
.profil-empty { color: var(--pi-muted); padding: 22px 0; font-size: 12px; line-height: 1.8; }
@media (max-width: 1199px) {
    .profil-shell { width: calc(100% - 32px); }
    .profil-hero__inner { padding-inline: 20px; }
    .profil-hero__layout { grid-template-columns: minmax(0,1fr) 280px; gap: 40px; }
    .profil-hero__description { font-size: 13px; }
    .profil-stat { padding: 14px 12px; }
    .profil-stat > span { font-size: 9px; gap: 6px; }
    .profil-stat small { font-size: 9px; }
    .profil-directory-callout { padding: 24px; }
    .profil-directory-callout h2 { font-size: 17px; }
    .profil-panel { padding: 20px; }
    .profil-people__layout { gap: 16px; }
    .profil-people__track { gap: 14px; grid-auto-columns: calc((100% - 56px)/5); }
    .profil-person__image { height: 133px; }
    .profil-person__body { padding: 10px; }
    .profil-person h3 { font-size: 11px; min-height: 53px; }
    .profil-carousel-nav { gap: 8px; }
    .profil-carousel-nav button { width: 30px; height: 30px; }
    .profil-columns { grid-template-columns: minmax(0,2.2fr) minmax(270px,1fr); gap: 15px; }
    .profil-institutions { gap: 10px; }
    .profil-institution__image { height: 111px; }
    .profil-institution__body { padding-inline: 10px; }
    .profil-institution h3 { font-size: 11px; }
    .profil-institution p { font-size: 9px; }
    .profil-institution__coverage { font-size: 8px; }
    .profil-duo { gap: 14px; }
    .profil-duo .profil-panel { padding: 15px; }
    .profil-duo .profil-heading h2 { font-size: 13px; }
    .profil-story { gap: 10px; }
    .profil-story__image { flex-basis: 70px; }
    .profil-story img { width: 70px; height: 67px; }
    .profil-story h3 { font-size: 10px; }
    .profil-popular { padding: 20px; }
    .profil-access { padding: 13px; }
    .profil-network__grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .profil-network__grid a { justify-content: flex-start; }
    .profil-network__grid span { font-size: 11px; }
    .profil-action { padding: 18px 15px; }
    .profil-action h2 { font-size: 12px; }
}
@media (max-width: 991px) {
    .profil-hero__layout { grid-template-columns: minmax(0,1fr) 240px; gap: 25px; }
    .profil-hero__inner { padding: 30px 15px 95px; }
    .profil-hero h1 { font-size: 41px; }
    .profil-hero__headline { font-size: 17px; }
    .profil-stats { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .profil-stat { padding: 12px; }
    .profil-stat strong { font-size: 23px; }
    .profil-directory-callout { padding: 21px; }
    .profil-directory-callout h2 { font-size: 16px; }
    .profil-directory-callout p { font-size: 12px; }
    .profil-people__track { grid-auto-columns: calc((100% - 28px)/3); }
    .profil-person__image { height: 160px; }
    .profil-person h3 { font-size: 12px; }
    .profil-columns { grid-template-columns: 1fr; }
    .profil-sidebar { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: start; }
    .profil-popular { grid-row: span 2; }
    .profil-institution__image { height: 135px; }
    .profil-institution h3 { font-size: 12px; }
    .profil-institution p { font-size: 10px; }
    .profil-duo .profil-panel { padding: 20px; }
    .profil-duo .profil-heading h2 { font-size: 14px; }
    .profil-story h3 { font-size: 11px; }
    .profil-story__image { flex-basis: 85px; }
    .profil-story img { width: 85px; height: 74px; }
    .profil-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .profil-action { padding: 23px; }
    .profil-action h2 { font-size: 15px; }
    .profil-action p { font-size: 11px; }
    .profil-action > span { font-size: 10px; }
    .profil-collaborations__grid { grid-template-columns: 1fr; gap: 18px; }
    .profil-latest-story__image { flex-basis: 105px; }
    .profil-latest-story img { width: 105px; height: 100px; }
    .profil-latest-story h3 { font-size: 12px; }
}
@media (max-width: 700px) {
    .profil-hero__layout { grid-template-columns: 1fr; gap: 23px; }
    .profil-hero__inner { padding: 27px 9px 95px; }
    .profil-hero__image { object-position: 65% center; }
    .profil-hero::after { background: linear-gradient(90deg,rgba(3,16,36,.94),rgba(3,16,36,.66)); }
    .profil-hero h1 { font-size: clamp(33px,7.2vw,46px); }
    .profil-hero__headline { font-size: 17px; }
    .profil-hero__description { max-width: 520px; }
    .profil-directory-callout { padding: 20px; max-width: 440px; }
    .profil-directory-callout h2 { font-size: 15px; }
    .profil-directory-callout p { margin: 9px 0 14px; }
    .profil-stats { max-width: 520px; }
    .profil-stat > span, .profil-stat small { font-size: 10px; }
    .profil-people__layout { display: block; }
    .profil-people__track { grid-auto-columns: calc((100% - 14px)/2); }
    .profil-carousel-nav { justify-content: flex-end; margin-top: 11px; }
    .profil-carousel-nav button { width: 36px; height: 36px; }
    .profil-institutions { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
    .profil-institution__image { height: 145px; }
    .profil-duo { grid-template-columns: 1fr; }
    .profil-story h3 { font-size: 12px; }
    .profil-programs strong { font-size: 12px; }
    .profil-programs small { font-size: 10px; }
    .profil-sidebar { grid-template-columns: 1fr; }
    .profil-popular { grid-row: auto; }
    .profil-tab-panel { min-height: 0; }
    .profil-tabs button { font-size: 12px; min-height: 42px; }
    .profil-ranking strong { font-size: 12px; }
    .profil-ranking small { font-size: 10px; }
    .profil-access__grid a { padding: 16px 8px; }
    .profil-access__grid span { font-size: 10px; }
    .profil-access h2 { font-size: 10px; }
    .profil-follow h2 { font-size: 14px; }
    .profil-follow p { font-size: 12px; }
    .profil-network__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .profil-latest__grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 440px) {
    .profil-shell { width: calc(100% - 24px); }
    .profil-panel, .profil-duo .profil-panel { padding: 17px; }
    .profil-heading { align-items: flex-start; gap: 10px; }
    .profil-heading h2 { font-size: 15px; }
    .profil-eyebrow { font-size: 9px; }
    .profil-heading > .profil-link { font-size: 9px; gap: 7px; max-width: 90px; line-height: 1.6; }
    .profil-person__image { height: 135px; }
    .profil-people__track { grid-auto-columns: 73%; }
    .profil-person__body { padding: 12px; }
    .profil-person h3 { font-size: 12px; }
    .profil-person p { font-size: 11px; }
    .profil-person .profil-link { min-height: 38px; font-size: 11px; }
    .profil-institutions { gap: 10px; }
    .profil-institution__image { height: 111px; }
    .profil-institution h3 { font-size: 11px; }
    .profil-institution__coverage { font-size: 9px; }
    .profil-institution .profil-link { font-size: 10px; gap: 6px; }
    .profil-network__grid { gap: 9px; }
    .profil-network__grid a { gap: 8px; padding: 12px 9px; }
    .profil-network__grid img { width: 31px; height: 37px; }
    .profil-network__grid span { font-size: 10px; overflow-wrap: anywhere; }
    .profil-actions { grid-template-columns: 1fr; }
    .profil-action { min-height: 155px; }
    .profil-action p { max-width: 260px; }
    .profil-action > span { min-height: 34px; }
    .profil-count { font-size: 9px; }
    .profil-latest-story { gap: 12px; }
    .profil-latest-story__image { flex-basis: 95px; }
    .profil-latest-story img { width: 95px; height: 98px; }
    .profil-latest-story small { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
    .profil-page *, .profil-page *::before, .profil-page *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
